#61873A

Color #61873A Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #61873A

Tints of Dingley #61873A

Color information

#61873A (or 0x61873A) is unknown color: approx Dingley. HEX triplet: 61, 87 and 3A. RGB value is (97,135,58). Sum of RGB (Red+Green+Blue) = 97+135+58=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 135 (53.12% from 255 or 46.55% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 135 - color contains mainly: green. Hex color #61873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61873A is #9E78C5. Grayscale: #737373. Windows color (decimal): -10385606 or 3835745. OLE color: 3835745.

HSL color Cylindrical-coordinate representation of color #61873A: hue angle of 89.61º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61873A is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB9713558-
CMYK0.2800.570.47
HSL89.61º39.9%37.84%-
HSV(B)89.61º57.04%52.94%-
XYZ14.3620.177.14-
YUV114.8695.91115.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 135 (53.12% from 255) = 46.55%
BLUE value IS 58 (23.05% from 255) = 20%
R=33.45%
G=46.55%
B=20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97135580.2800.570.4789.6139.937.84
Hex61873A1C0392F5a2826
Octal1412077234071571325046
Binary1100001100001111110101110001110011011111011010101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61873A; }

 p { color: rgb(97,135,58); }

 H1.HeaderClassName
 {
   color: #61873A;
 }
 .AnyTagClassName
 {
   color: #61873A;
 }
</style>
background-color css

<style>
 a { background-color: #61873A; }

 a { background-color: rgb(97,135,58); }

 div.DivClassName
 {
   background-color: #61873A;
 }
 .BgClassName
 {
   background-color: #61873A;
 }
</style>
border-color css

<style>
 span { border-color: #61873A; }

 span { border-color: rgb(97,135,58); }

 td.TdClassName
 {
   border-color: #61873A;
 }
 .TagClassName
 {
   border-color: #61873A;
 }
</style>