#66772A

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

Shades of Rain Forest #66772A

Tints of Rain Forest #66772A

Color information

#66772A (or 0x66772A) is unknown color: approx Rain Forest. HEX triplet: 66, 77 and 2A. RGB value is (102,119,42). Sum of RGB (Red+Green+Blue) = 102+119+42=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 42 (16.80% from 255 or 15.97% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #66772A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66772A is #9988D5. Grayscale: #696969. Windows color (decimal): -10062038 or 2783078. OLE color: 2783078.

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

Color convert

RGB10211942-
CMYK0.1400.650.53
HSL73.25º47.83%31.57%-
HSV(B)73.25º64.71%46.67%-
XYZ12.4916.194.66-
YUV105.1492.37125.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 38.78%
GREEN value IS 119 (46.88% from 255) = 45.25%
BLUE value IS 42 (16.80% from 255) = 15.97%
R=38.78%
G=45.25%
B=15.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal102119420.1400.650.5373.2547.8331.57
Hex66772AE04135493020
Octal14616752160101651116040
Binary110011011101111010101110010000011101011001001110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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