#666B2B

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

Shades of Rain Forest #666B2B

Tints of Rain Forest #666B2B

Color information

#666B2B (or 0x666B2B) is unknown color: approx Rain Forest. HEX triplet: 66, 6B and 2B. RGB value is (102,107,43). Sum of RGB (Red+Green+Blue) = 102+107+43=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 107 (42.19% from 255 or 42.46% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 107 - color contains mainly: green. Hex color #666B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B2B is #9994D4. Grayscale: #626262. Windows color (decimal): -10065109 or 2845542. OLE color: 2845542.

HSL color Cylindrical-coordinate representation of color #666B2B: hue angle of 64.69º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #666B2B is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB10210743-
CMYK0.0500.600.58
HSL64.69º42.67%29.41%-
HSV(B)64.69º59.81%41.96%-
XYZ11.1713.514.31-
YUV98.2196.84130.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 107 (42.19% from 255) = 42.46%
BLUE value IS 43 (17.19% from 255) = 17.06%
R=40.48%
G=42.46%
B=17.06%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102107430.0500.600.5864.6942.6729.41
Hex666B2B503C3A412b1d
Octal146153535074721015335
Binary110011011010111010111010111100111010100000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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