#606B2A

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

Shades of Rain Forest #606B2A

Tints of Rain Forest #606B2A

Color information

#606B2A (or 0x606B2A) is unknown color: approx Rain Forest. HEX triplet: 60, 6B and 2A. RGB value is (96,107,42). Sum of RGB (Red+Green+Blue) = 96+107+42=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #606B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606B2A is #9F94D5. Grayscale: #606060. Windows color (decimal): -10458326 or 2780000. OLE color: 2780000.

HSL color Cylindrical-coordinate representation of color #606B2A: hue angle of 70.15º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #606B2A is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB9610742-
CMYK0.1000.610.58
HSL70.15º43.62%29.22%-
HSV(B)70.15º60.75%41.96%-
XYZ10.513.174.18-
YUV96.397.36127.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.18%
GREEN value IS 107 (42.19% from 255) = 43.67%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=39.18%
G=43.67%
B=17.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal96107420.1000.610.5870.1543.6229.22
Hex606B2AA03D3A462c1d
Octal1401535212075721065435
Binary1100000110101110101010100111101111010100011010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606B2A; }

 p { color: rgb(96,107,42); }

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

<style>
 a { background-color: #606B2A; }

 a { background-color: rgb(96,107,42); }

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

<style>
 span { border-color: #606B2A; }

 span { border-color: rgb(96,107,42); }

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