#5F662E

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

Shades of Rain Forest #5F662E

Tints of Rain Forest #5F662E

Color information

#5F662E (or 0x5F662E) is unknown color: approx Rain Forest. HEX triplet: 5F, 66 and 2E. RGB value is (95,102,46). Sum of RGB (Red+Green+Blue) = 95+102+46=243 (32% of max value = 765). Red value is 95 (37.5% from 255 or 39.09% from 243); Green value is 102 (40.23% from 255 or 41.98% from 243); Blue value is 46 (18.36% from 255 or 18.93% from 243); Max value from RGB is 102 - color contains mainly: green. Hex color #5F662E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F662E is #A099D1. Grayscale: #5D5D5D. Windows color (decimal): -10525138 or 3040863. OLE color: 3040863.

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

Color convert

RGB9510246-
CMYK0.0700.550.6
HSL67.5º37.84%29.02%-
HSV(B)67.5º54.9%40%-
XYZ9.9612.134.4-
YUV93.52101.18129.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 39.09%
GREEN value IS 102 (40.23% from 255) = 41.98%
BLUE value IS 46 (18.36% from 255) = 18.93%
R=39.09%
G=41.98%
B=18.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal95102460.0700.550.667.537.8429.02
Hex5F662E70373C44261d
Octal137146567067741044635
Binary101111111001101011101110110111111100100010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F662E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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