#5F663B

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

Shades of Woodland #5F663B

Tints of Woodland #5F663B

Color information

#5F663B (or 0x5F663B) is unknown color: approx Woodland. HEX triplet: 5F, 66 and 3B. RGB value is (95,102,59). Sum of RGB (Red+Green+Blue) = 95+102+59=256 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.11% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 59 (23.44% from 255 or 23.05% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #5F663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F663B is #A099C4. Grayscale: #5F5F5F. Windows color (decimal): -10525125 or 3892831. OLE color: 3892831.

HSL color Cylindrical-coordinate representation of color #5F663B: hue angle of 69.77º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F663B is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.

Color convert

RGB9510259-
CMYK0.0700.420.6
HSL69.77º26.71%31.57%-
HSV(B)69.77º42.16%40%-
XYZ10.2612.255.96-
YUV95107.68128-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.11%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 59 (23.44% from 255) = 23.05%
R=37.11%
G=39.84%
B=23.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95102590.0700.420.669.7726.7131.57
Hex5F663B702A3C461b20
Octal137146737052741063340
Binary101111111001101110111110101010111100100011011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F663B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,102,59); }

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

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

 a { background-color: rgb(95,102,59); }

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

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

 span { border-color: rgb(95,102,59); }

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