#5F672C

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

Shades of Rain Forest #5F672C

Tints of Rain Forest #5F672C

Color information

#5F672C (or 0x5F672C) is unknown color: approx Rain Forest. HEX triplet: 5F, 67 and 2C. RGB value is (95,103,44). Sum of RGB (Red+Green+Blue) = 95+103+44=242 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.26% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #5F672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F672C is #A098D3. Grayscale: #5E5E5E. Windows color (decimal): -10524884 or 2910047. OLE color: 2910047.

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

Color convert

RGB9510344-
CMYK0.0800.570.60
HSL68.14º40.14%28.82%-
HSV(B)68.14º57.28%40.39%-
XYZ10.0212.324.23-
YUV93.8899.85128.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.26%
GREEN value IS 103 (40.62% from 255) = 42.56%
BLUE value IS 44 (17.58% from 255) = 18.18%
R=39.26%
G=42.56%
B=18.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal95103440.0800.570.6068.1440.1428.82
Hex5F672C80393C44281d
Octal1371475410071741045035
Binary1011111110011110110010000111001111100100010010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F672C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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