#6B6F20

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

Shades of Rain Forest #6B6F20

Tints of Rain Forest #6B6F20

Color information

#6B6F20 (or 0x6B6F20) is unknown color: approx Rain Forest. HEX triplet: 6B, 6F and 20. RGB value is (107,111,32). Sum of RGB (Red+Green+Blue) = 107+111+32=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 32 (12.89% from 255 or 12.8% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #6B6F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6F20 is #9490DF. Grayscale: #656565. Windows color (decimal): -9736416 or 2125675. OLE color: 2125675.

HSL color Cylindrical-coordinate representation of color #6B6F20: hue angle of 63.04º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B6F20 is Cyan = 0.04, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB10711132-
CMYK0.0400.710.56
HSL63.04º55.24%28.04%-
HSV(B)63.04º71.17%43.53%-
XYZ12.0114.63.55-
YUV100.889.17132.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 111 (43.75% from 255) = 44.4%
BLUE value IS 32 (12.89% from 255) = 12.8%
R=42.8%
G=44.4%
B=12.8%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal107111320.0400.710.5663.0455.2428.04
Hex6B6F204047383f371c
Octal153157404010770776734
Binary110101111011111000001000100011111100011111111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B6F20; }

 p { color: rgb(107,111,32); }

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

<style>
 a { background-color: #6B6F20; }

 a { background-color: rgb(107,111,32); }

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

<style>
 span { border-color: #6B6F20; }

 span { border-color: rgb(107,111,32); }

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