#6A712B

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

Shades of Rain Forest #6A712B

Tints of Rain Forest #6A712B

Color information

#6A712B (or 0x6A712B) is unknown color: approx Rain Forest. HEX triplet: 6A, 71 and 2B. RGB value is (106,113,43). Sum of RGB (Red+Green+Blue) = 106+113+43=262 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.46% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 113 - color contains mainly: green. Hex color #6A712B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A712B is #958ED4. Grayscale: #676767. Windows color (decimal): -9801429 or 2847082. OLE color: 2847082.

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

Color convert

RGB10611343-
CMYK0.0600.620.56
HSL66º44.87%30.59%-
HSV(B)66º61.95%44.31%-
XYZ12.2915.054.54-
YUV102.9394.18130.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.46%
GREEN value IS 113 (44.53% from 255) = 43.13%
BLUE value IS 43 (17.19% from 255) = 16.41%
R=40.46%
G=43.13%
B=16.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106113430.0600.620.566644.8730.59
Hex6A712B603E38422d1f
Octal152161536076701025537
Binary110101011100011010111100111110111000100001010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A712B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,113,43); }

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

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

 a { background-color: rgb(106,113,43); }

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

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

 span { border-color: rgb(106,113,43); }

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