#66702D

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

Shades of Rain Forest #66702D

Tints of Rain Forest #66702D

Color information

#66702D (or 0x66702D) is unknown color: approx Rain Forest. HEX triplet: 66, 70 and 2D. RGB value is (102,112,45). Sum of RGB (Red+Green+Blue) = 102+112+45=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 112 - color contains mainly: green. Hex color #66702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66702D is #998FD2. Grayscale: #656565. Windows color (decimal): -10063827 or 2977894. OLE color: 2977894.

HSL color Cylindrical-coordinate representation of color #66702D: hue angle of 68.96º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66702D is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB10211245-
CMYK0.0900.600.56
HSL68.96º42.68%30.78%-
HSV(B)68.96º59.82%43.92%-
XYZ11.7514.64.68-
YUV101.3796.19128.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 39.38%
GREEN value IS 112 (44.14% from 255) = 43.24%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=39.38%
G=43.24%
B=17.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102112450.0900.600.5668.9642.6830.78
Hex66702D903C38452b1f
Octal1461605511074701055337
Binary1100110111000010110110010111100111000100010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66702D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66702D; }

 p { color: rgb(102,112,45); }

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

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

 a { background-color: rgb(102,112,45); }

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

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

 span { border-color: rgb(102,112,45); }

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