#6B762C

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

Shades of Rain Forest #6B762C

Tints of Rain Forest #6B762C

Color information

#6B762C (or 0x6B762C) is unknown color: approx Rain Forest. HEX triplet: 6B, 76 and 2C. RGB value is (107,118,44). Sum of RGB (Red+Green+Blue) = 107+118+44=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #6B762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B762C is #9489D3. Grayscale: #6A6A6A. Windows color (decimal): -9734612 or 2913899. OLE color: 2913899.

HSL color Cylindrical-coordinate representation of color #6B762C: hue angle of 68.92º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B762C is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB10711844-
CMYK0.0900.630.54
HSL68.92º45.68%31.76%-
HSV(B)68.92º62.71%46.27%-
XYZ1316.264.84-
YUV106.2892.86128.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.78%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 44 (17.58% from 255) = 16.36%
R=39.78%
G=43.87%
B=16.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107118440.0900.630.5468.9245.6831.76
Hex6B762C903F36452e20
Octal1531665411077661055640
Binary11010111110110101100100101111111101101000101101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,44); }

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

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

 a { background-color: rgb(107,118,44); }

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

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

 span { border-color: rgb(107,118,44); }

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