#666D31

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

Shades of Rain Forest #666D31

Tints of Rain Forest #666D31

Color information

#666D31 (or 0x666D31) is unknown color: approx Rain Forest. HEX triplet: 66, 6D and 31. RGB value is (102,109,49). Sum of RGB (Red+Green+Blue) = 102+109+49=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 109 (42.97% from 255 or 41.92% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 109 - color contains mainly: green. Hex color #666D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666D31 is #9992CE. Grayscale: #646464. Windows color (decimal): -10064591 or 3239270. OLE color: 3239270.

HSL color Cylindrical-coordinate representation of color #666D31: hue angle of 67º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #666D31 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.

Color convert

RGB10210949-
CMYK0.0600.550.57
HSL67º37.97%30.98%-
HSV(B)67º55.05%42.75%-
XYZ11.513.985-
YUV100.0799.18129.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.23%
GREEN value IS 109 (42.97% from 255) = 41.92%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=39.23%
G=41.92%
B=18.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102109490.0600.550.576737.9730.98
Hex666D3160373943261f
Octal146155616067711034637
Binary110011011011011100011100110111111001100001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,109,49); }

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

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

 a { background-color: rgb(102,109,49); }

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

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

 span { border-color: rgb(102,109,49); }

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