#60624E

Color #60624E Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #60624E

Tints of Woodland #60624E

Color information

#60624E (or 0x60624E) is unknown color: approx Woodland. HEX triplet: 60, 62 and 4E. RGB value is (96,98,78). Sum of RGB (Red+Green+Blue) = 96+98+78=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 98 - color contains mainly: green. Hex color #60624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60624E is #9F9DB1. Grayscale: #5F5F5F. Windows color (decimal): -10460594 or 5136992. OLE color: 5136992.

HSL color Cylindrical-coordinate representation of color #60624E: hue angle of 66º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60624E is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB969878-
CMYK0.0200.200.62
HSL66º11.36%34.51%-
HSV(B)66º20.41%38.43%-
XYZ10.5711.778.92-
YUV95.12118.34128.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.29%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 78 (30.86% from 255) = 28.68%
R=35.29%
G=36.03%
B=28.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9698780.0200.200.626611.3634.51
Hex60624E20143E42b23
Octal1401421162024761021343
Binary1100000110001010011101001010011111010000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60624E; }

 p { color: rgb(96,98,78); }

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

<style>
 a { background-color: #60624E; }

 a { background-color: rgb(96,98,78); }

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

<style>
 span { border-color: #60624E; }

 span { border-color: rgb(96,98,78); }

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