#66772B

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

Shades of Rain Forest #66772B

Tints of Rain Forest #66772B

Color information

#66772B (or 0x66772B) is unknown color: approx Rain Forest. HEX triplet: 66, 77 and 2B. RGB value is (102,119,43). Sum of RGB (Red+Green+Blue) = 102+119+43=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 119 (46.88% from 255 or 45.08% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 119 - color contains mainly: green. Hex color #66772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66772B is #9988D4. Grayscale: #696969. Windows color (decimal): -10062037 or 2848614. OLE color: 2848614.

HSL color Cylindrical-coordinate representation of color #66772B: hue angle of 73.42º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66772B is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB10211943-
CMYK0.1400.640.53
HSL73.42º46.91%31.76%-
HSV(B)73.42º63.87%46.67%-
XYZ12.5116.194.75-
YUV105.2592.87125.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.64%
GREEN value IS 119 (46.88% from 255) = 45.08%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=38.64%
G=45.08%
B=16.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102119430.1400.640.5373.4246.9131.76
Hex66772BE04035492f20
Octal14616753160100651115740
Binary110011011101111010111110010000001101011001001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66772B; }

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

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

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

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

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

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

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

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