#666B2A

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

Shades of Rain Forest #666B2A

Tints of Rain Forest #666B2A

Color information

#666B2A (or 0x666B2A) is unknown color: approx Rain Forest. HEX triplet: 66, 6B and 2A. RGB value is (102,107,42). Sum of RGB (Red+Green+Blue) = 102+107+42=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #666B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B2A is #9994D5. Grayscale: #626262. Windows color (decimal): -10065110 or 2780006. OLE color: 2780006.

HSL color Cylindrical-coordinate representation of color #666B2A: hue angle of 64.62º 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 #666B2A is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB10210742-
CMYK0.0500.610.58
HSL64.62º43.62%29.22%-
HSV(B)64.62º60.75%41.96%-
XYZ11.1613.514.21-
YUV98.0996.34130.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 107 (42.19% from 255) = 42.63%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=40.64%
G=42.63%
B=16.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102107420.0500.610.5864.6243.6229.22
Hex666B2A503D3A412c1d
Octal146153525075721015435
Binary110011011010111010101010111101111010100000110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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