#6A7432

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

Shades of Rain Forest #6A7432

Tints of Rain Forest #6A7432

Color information

#6A7432 (or 0x6A7432) is unknown color: approx Rain Forest. HEX triplet: 6A, 74 and 32. RGB value is (106,116,50). Sum of RGB (Red+Green+Blue) = 106+116+50=272 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.97% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7432 is #958BCD. Grayscale: #696969. Windows color (decimal): -9800654 or 3306602. OLE color: 3306602.

HSL color Cylindrical-coordinate representation of color #6A7432: hue angle of 69.09º 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 #6A7432 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB10611650-
CMYK0.0900.570.55
HSL69.09º39.76%32.55%-
HSV(B)69.09º56.9%45.49%-
XYZ12.7615.795.39-
YUV105.4996.69128.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.97%
GREEN value IS 116 (45.70% from 255) = 42.65%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=38.97%
G=42.65%
B=18.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106116500.0900.570.5569.0939.7632.55
Hex6A7432903937452821
Octal1521646211071671055041
Binary11010101110100110010100101110011101111000101101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A7432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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