#5F604B

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

Shades of Woodland #5F604B

Tints of Woodland #5F604B

Color information

#5F604B (or 0x5F604B) is unknown color: approx Woodland. HEX triplet: 5F, 60 and 4B. RGB value is (95,96,75). Sum of RGB (Red+Green+Blue) = 95+96+75=266 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.71% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 96 - color contains mainly: green. Hex color #5F604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F604B is #A09FB4. Grayscale: #5D5D5D. Windows color (decimal): -10526645 or 4939871. OLE color: 4939871.

HSL color Cylindrical-coordinate representation of color #5F604B: hue angle of 62.86º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5F604B is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB959675-
CMYK0.0100.220.62
HSL62.86º12.28%33.53%-
HSV(B)62.86º21.88%37.65%-
XYZ10.1711.318.3-
YUV93.31117.67129.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.71%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 75 (29.69% from 255) = 28.20%
R=35.71%
G=36.09%
B=28.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596750.0100.220.6262.8612.2833.53
Hex5F604B10163E3fc22
Octal137140113102676771442
Binary10111111100000100101110101101111101111111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F604B; }

 p { color: rgb(95,96,75); }

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

<style>
 a { background-color: #5F604B; }

 a { background-color: rgb(95,96,75); }

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

<style>
 span { border-color: #5F604B; }

 span { border-color: rgb(95,96,75); }

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