#5F614B

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

Shades of Woodland #5F614B

Tints of Woodland #5F614B

Color information

#5F614B (or 0x5F614B) is unknown color: approx Woodland. HEX triplet: 5F, 61 and 4B. RGB value is (95,97,75). Sum of RGB (Red+Green+Blue) = 95+97+75=267 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.58% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 97 - color contains mainly: green. Hex color #5F614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F614B is #A09EB4. Grayscale: #5D5D5D. Windows color (decimal): -10526389 or 4940127. OLE color: 4940127.

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

Color convert

RGB959775-
CMYK0.0200.230.62
HSL65.45º12.79%33.73%-
HSV(B)65.45º22.68%38.04%-
XYZ10.2611.498.33-
YUV93.89117.34128.79-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.58%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=35.58%
G=36.33%
B=28.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597750.0200.230.6265.4512.7933.73
Hex5F614B20173E41d22
Octal1371411132027761011542
Binary1011111110000110010111001011111111010000011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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