#6B6E34

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

Shades of Rain Forest #6B6E34

Tints of Rain Forest #6B6E34

Color information

#6B6E34 (or 0x6B6E34) is unknown color: approx Rain Forest. HEX triplet: 6B, 6E and 34. RGB value is (107,110,52). Sum of RGB (Red+Green+Blue) = 107+110+52=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 110 - color contains mainly: green. Hex color #6B6E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6E34 is #9491CB. Grayscale: #666666. Windows color (decimal): -9736652 or 3436139. OLE color: 3436139.

HSL color Cylindrical-coordinate representation of color #6B6E34: hue angle of 63.1º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B6E34 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.57.

Color convert

RGB10711052-
CMYK0.0300.530.57
HSL63.1º35.8%31.76%-
HSV(B)63.1º52.73%43.14%-
XYZ12.2614.535.41-
YUV102.4999.51131.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.78%
GREEN value IS 110 (43.36% from 255) = 40.89%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=39.78%
G=40.89%
B=19.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal107110520.0300.530.5763.135.831.76
Hex6B6E343035393f2420
Octal15315664306571774440
Binary11010111101110110100110110101111001111111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,110,52); }

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

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

 a { background-color: rgb(107,110,52); }

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

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

 span { border-color: rgb(107,110,52); }

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