#60714F

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

Shades of Dingley #60714F

Tints of Dingley #60714F

Color information

#60714F (or 0x60714F) is unknown color: approx Dingley. HEX triplet: 60, 71 and 4F. RGB value is (96,113,79). Sum of RGB (Red+Green+Blue) = 96+113+79=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 79 (31.25% from 255 or 27.43% from 288); Max value from RGB is 113 - color contains mainly: green. Hex color #60714F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60714F is #9F8EB0. Grayscale: #686868. Windows color (decimal): -10456753 or 5206368. OLE color: 5206368.

HSL color Cylindrical-coordinate representation of color #60714F: hue angle of 90º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60714F is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB9611379-
CMYK0.1500.300.56
HSL90º17.71%37.65%-
HSV(B)90º30.09%44.31%-
XYZ12.1414.869.63-
YUV104.04113.87122.26-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 79 (31.25% from 255) = 27.43%
R=33.33%
G=39.24%
B=27.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96113790.1500.300.569017.7137.65
Hex60714FF01E385a1226
Octal14016111717036701322246
Binary1100000111000110011111111011110111000101101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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