#664223

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

Shades of Dark Brown #664223

Tints of Dark Brown #664223

Color information

#664223 (or 0x664223) is unknown color: approx Dark Brown. HEX triplet: 66, 42 and 23. RGB value is (102,66,35). Sum of RGB (Red+Green+Blue) = 102+66+35=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #664223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664223 is #99BDDC. Grayscale: #494949. Windows color (decimal): -10075613 or 2310758. OLE color: 2310758.

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

Color convert

RGB1026635-
CMYK00.350.660.6
HSL27.76º48.91%26.86%-
HSV(B)27.76º65.69%40%-
XYZ7.736.842.5-
YUV73.23106.43148.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.25%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 35 (14.06% from 255) = 17.24%
R=50.25%
G=32.51%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102663500.350.660.627.7648.9126.86
Hex664223023423C1c311b
Octal1461024304310274346133
Binary11001101000010100011010001110000101111001110011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664223; }

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

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

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

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

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

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

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

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