#6A6F2A

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

Shades of Rain Forest #6A6F2A

Tints of Rain Forest #6A6F2A

Color information

#6A6F2A (or 0x6A6F2A) is unknown color: approx Rain Forest. HEX triplet: 6A, 6F and 2A. RGB value is (106,111,42). Sum of RGB (Red+Green+Blue) = 106+111+42=259 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.93% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 42 (16.80% from 255 or 16.22% from 259); Max value from RGB is 111 - color contains mainly: green. Hex color #6A6F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6F2A is #9590D5. Grayscale: #656565. Windows color (decimal): -9801942 or 2781034. OLE color: 2781034.

HSL color Cylindrical-coordinate representation of color #6A6F2A: hue angle of 64.35º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A6F2A is Cyan = 0.05, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB10611142-
CMYK0.0500.620.56
HSL64.35º45.1%30%-
HSV(B)64.35º62.16%43.53%-
XYZ12.0514.64.37-
YUV101.6494.34131.11-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.93%
GREEN value IS 111 (43.75% from 255) = 42.86%
BLUE value IS 42 (16.80% from 255) = 16.22%
R=40.93%
G=42.86%
B=16.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106111420.0500.620.5664.3545.130
Hex6A6F2A503E38402d1e
Octal152157525076701005536
Binary110101011011111010101010111110111000100000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,111,42); }

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

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

 a { background-color: rgb(106,111,42); }

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

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

 span { border-color: rgb(106,111,42); }

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