#664215

Color #664215 Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #664215

Tints of Dark Brown #664215

Color information

#664215 (or 0x664215) is unknown color: approx Dark Brown. HEX triplet: 66, 42 and 15. RGB value is (102,66,21). Sum of RGB (Red+Green+Blue) = 102+66+21=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 21 (8.59% from 255 or 11.11% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #664215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664215 is #99BDEA. Grayscale: #474747. Windows color (decimal): -10075627 or 1393254. OLE color: 1393254.

HSL color Cylindrical-coordinate representation of color #664215: hue angle of 33.33º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #664215 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB1026621-
CMYK00.350.790.6
HSL33.33º65.85%24.12%-
HSV(B)33.33º79.41%40%-
XYZ7.566.781.62-
YUV71.6399.43149.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.97%
GREEN value IS 66 (26.17% from 255) = 34.92%
BLUE value IS 21 (8.59% from 255) = 11.11%
R=53.97%
G=34.92%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102662100.350.790.633.3365.8524.12
Hex6642150234F3C214218
Octal14610225043117744110230
Binary110011010000101010101000111001111111100100001100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664215; }

 p { color: rgb(102,66,21); }

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

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

 a { background-color: rgb(102,66,21); }

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

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

 span { border-color: rgb(102,66,21); }

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