#5F674B

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

Shades of Woodland #5F674B

Tints of Woodland #5F674B

Color information

#5F674B (or 0x5F674B) is unknown color: approx Woodland. HEX triplet: 5F, 67 and 4B. RGB value is (95,103,75). Sum of RGB (Red+Green+Blue) = 95+103+75=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #5F674B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F674B is #A098B4. Grayscale: #616161. Windows color (decimal): -10524853 or 4941663. OLE color: 4941663.

HSL color Cylindrical-coordinate representation of color #5F674B: hue angle of 77.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5F674B is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.60.

Color convert

RGB9510375-
CMYK0.0800.270.60
HSL77.14º15.73%34.9%-
HSV(B)77.14º27.18%40.39%-
XYZ10.8412.648.53-
YUV97.42115.35126.28-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.80%
GREEN value IS 103 (40.62% from 255) = 37.73%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=34.80%
G=37.73%
B=27.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95103750.0800.270.6077.1415.7334.9
Hex5F674B801B3C4d1023
Octal13714711310033741152043
Binary1011111110011110010111000011011111100100110110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F674B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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