#666825

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

Shades of Rain Forest #666825

Tints of Rain Forest #666825

Color information

#666825 (or 0x666825) is unknown color: approx Rain Forest. HEX triplet: 66, 68 and 25. RGB value is (102,104,37). Sum of RGB (Red+Green+Blue) = 102+104+37=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #666825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666825 is #9997DA. Grayscale: #606060. Windows color (decimal): -10065883 or 2451558. OLE color: 2451558.

HSL color Cylindrical-coordinate representation of color #666825: hue angle of 61.79º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #666825 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB10210437-
CMYK0.0200.640.59
HSL61.79º47.52%27.65%-
HSV(B)61.79º64.42%40.78%-
XYZ10.7612.863.66-
YUV95.7694.84132.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 104 (41.02% from 255) = 42.80%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=41.98%
G=42.80%
B=15.23%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102104370.0200.640.5961.7947.5227.65
Hex66682520403B3e301c
Octal146150452010073766034
Binary11001101101000100101100100000011101111111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666825; }

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

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

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

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

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

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

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

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