#6B7432

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

Shades of Rain Forest #6B7432

Tints of Rain Forest #6B7432

Color information

#6B7432 (or 0x6B7432) is unknown color: approx Rain Forest. HEX triplet: 6B, 74 and 32. RGB value is (107,116,50). Sum of RGB (Red+Green+Blue) = 107+116+50=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 50 (19.92% from 255 or 18.32% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #6B7432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7432 is #948BCD. Grayscale: #6A6A6A. Windows color (decimal): -9735118 or 3306603. OLE color: 3306603.

HSL color Cylindrical-coordinate representation of color #6B7432: hue angle of 68.18º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B7432 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB10711650-
CMYK0.0800.570.55
HSL68.18º39.76%32.55%-
HSV(B)68.18º56.9%45.49%-
XYZ12.8815.855.4-
YUV105.7896.52128.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.19%
GREEN value IS 116 (45.70% from 255) = 42.49%
BLUE value IS 50 (19.92% from 255) = 18.32%
R=39.19%
G=42.49%
B=18.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal107116500.0800.570.5568.1839.7632.55
Hex6B7432803937442821
Octal1531646210071671045041
Binary11010111110100110010100001110011101111000100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,116,50); }

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

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

 a { background-color: rgb(107,116,50); }

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

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

 span { border-color: rgb(107,116,50); }

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