#5F682E

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

Shades of Rain Forest #5F682E

Tints of Rain Forest #5F682E

Color information

#5F682E (or 0x5F682E) is unknown color: approx Rain Forest. HEX triplet: 5F, 68 and 2E. RGB value is (95,104,46). Sum of RGB (Red+Green+Blue) = 95+104+46=245 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.78% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #5F682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F682E is #A097D1. Grayscale: #5E5E5E. Windows color (decimal): -10524626 or 3041375. OLE color: 3041375.

HSL color Cylindrical-coordinate representation of color #5F682E: hue angle of 69.31º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F682E is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB9510446-
CMYK0.0900.560.59
HSL69.31º38.67%29.41%-
HSV(B)69.31º55.77%40.78%-
XYZ10.1612.534.47-
YUV94.7100.52128.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 38.78%
GREEN value IS 104 (41.02% from 255) = 42.45%
BLUE value IS 46 (18.36% from 255) = 18.78%
R=38.78%
G=42.45%
B=18.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95104460.0900.560.5969.3138.6729.41
Hex5F682E90383B45271d
Octal1371505611070731054735
Binary1011111110100010111010010111000111011100010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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