#5F6641

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

Shades of Woodland #5F6641

Tints of Woodland #5F6641

Color information

#5F6641 (or 0x5F6641) is unknown color: approx Woodland. HEX triplet: 5F, 66 and 41. RGB value is (95,102,65). Sum of RGB (Red+Green+Blue) = 95+102+65=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 102 - color contains mainly: green. Hex color #5F6641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6641 is #A099BE. Grayscale: #5F5F5F. Windows color (decimal): -10525119 or 4286047. OLE color: 4286047.

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

Color convert

RGB9510265-
CMYK0.0700.360.6
HSL71.35º22.16%32.75%-
HSV(B)71.35º36.27%40%-
XYZ10.4212.326.83-
YUV95.69110.68127.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.26%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 65 (25.78% from 255) = 24.81%
R=36.26%
G=38.93%
B=24.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95102650.0700.360.671.3522.1632.75
Hex5F664170243C471621
Octal1371461017044741072641
Binary1011111110011010000011110100100111100100011110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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