#66672A

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

Shades of Rain Forest #66672A

Tints of Rain Forest #66672A

Color information

#66672A (or 0x66672A) is unknown color: approx Rain Forest. HEX triplet: 66, 67 and 2A. RGB value is (102,103,42). Sum of RGB (Red+Green+Blue) = 102+103+42=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #66672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66672A is #9998D5. Grayscale: #5F5F5F. Windows color (decimal): -10066134 or 2778982. OLE color: 2778982.

HSL color Cylindrical-coordinate representation of color #66672A: hue angle of 60.98º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66672A is Cyan = 0.01, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.

Color convert

RGB10210342-
CMYK0.0100.590.60
HSL60.98º42.07%28.43%-
HSV(B)60.98º59.22%40.39%-
XYZ10.7512.694.07-
YUV95.7597.67132.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.30%
GREEN value IS 103 (40.62% from 255) = 41.70%
BLUE value IS 42 (16.80% from 255) = 17.00%
R=41.30%
G=41.70%
B=17.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal102103420.0100.590.6060.9842.0728.43
Hex66672A103B3C3d2a1c
Octal14614752107374755234
Binary110011011001111010101011101111110011110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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