#60704F

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

Shades of Dingley #60704F

Tints of Dingley #60704F

Color information

#60704F (or 0x60704F) is unknown color: approx Dingley. HEX triplet: 60, 70 and 4F. RGB value is (96,112,79). Sum of RGB (Red+Green+Blue) = 96+112+79=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #60704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60704F is #9F8FB0. Grayscale: #676767. Windows color (decimal): -10457009 or 5206112. OLE color: 5206112.

HSL color Cylindrical-coordinate representation of color #60704F: hue angle of 89.09º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #60704F is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB9611279-
CMYK0.1400.290.56
HSL89.09º17.28%37.45%-
HSV(B)89.09º29.46%43.92%-
XYZ12.0314.649.59-
YUV103.45114.2122.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.45%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 79 (31.25% from 255) = 27.53%
R=33.45%
G=39.02%
B=27.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96112790.1400.290.5689.0917.2837.45
Hex60704FE01D38591125
Octal14016011716035701312145
Binary1100000111000010011111110011101111000101100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60704F; }

 p { color: rgb(96,112,79); }

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

<style>
 a { background-color: #60704F; }

 a { background-color: rgb(96,112,79); }

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

<style>
 span { border-color: #60704F; }

 span { border-color: rgb(96,112,79); }

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