#666B25

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

Shades of Rain Forest #666B25

Tints of Rain Forest #666B25

Color information

#666B25 (or 0x666B25) is unknown color: approx Rain Forest. HEX triplet: 66, 6B and 25. RGB value is (102,107,37). Sum of RGB (Red+Green+Blue) = 102+107+37=246 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.46% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #666B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B25 is #9994DA. Grayscale: #616161. Windows color (decimal): -10065115 or 2452326. OLE color: 2452326.

HSL color Cylindrical-coordinate representation of color #666B25: hue angle of 64.29º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #666B25 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB10210737-
CMYK0.0500.650.58
HSL64.29º48.61%28.24%-
HSV(B)64.29º65.42%41.96%-
XYZ11.0713.473.77-
YUV97.5293.84131.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.46%
GREEN value IS 107 (42.19% from 255) = 43.50%
BLUE value IS 37 (14.84% from 255) = 15.04%
R=41.46%
G=43.50%
B=15.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102107370.0500.650.5864.2948.6128.24
Hex666B2550413A40311c
Octal1461534550101721006134
Binary1100110110101110010110101000001111010100000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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