#6B6D2F

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

Shades of Rain Forest #6B6D2F

Tints of Rain Forest #6B6D2F

Color information

#6B6D2F (or 0x6B6D2F) is unknown color: approx Rain Forest. HEX triplet: 6B, 6D and 2F. RGB value is (107,109,47). Sum of RGB (Red+Green+Blue) = 107+109+47=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6D2F is #9492D0. Grayscale: #656565. Windows color (decimal): -9736913 or 3108203. OLE color: 3108203.

HSL color Cylindrical-coordinate representation of color #6B6D2F: hue angle of 61.94º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B6D2F is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB10710947-
CMYK0.0200.570.57
HSL61.94º39.74%30.59%-
HSV(B)61.94º56.88%42.75%-
XYZ12.0514.274.81-
YUV101.3397.34132.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.68%
GREEN value IS 109 (42.97% from 255) = 41.44%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=40.68%
G=41.44%
B=17.87%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107109470.0200.570.5761.9439.7430.59
Hex6B6D2F2039393e281f
Octal15315557207171765037
Binary1101011110110110111110011100111100111111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,109,47); }

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

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

 a { background-color: rgb(107,109,47); }

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

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

 span { border-color: rgb(107,109,47); }

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