#664423

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

Shades of Dark Brown #664423

Tints of Dark Brown #664423

Color information

#664423 (or 0x664423) is unknown color: approx Dark Brown. HEX triplet: 66, 44 and 23. RGB value is (102,68,35). Sum of RGB (Red+Green+Blue) = 102+68+35=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 35 (14.06% from 255 or 17.07% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #664423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664423 is #99BBDC. Grayscale: #4A4A4A. Windows color (decimal): -10075101 or 2311270. OLE color: 2311270.

HSL color Cylindrical-coordinate representation of color #664423: hue angle of 29.55º 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 #664423 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB1026835-
CMYK00.330.660.6
HSL29.55º48.91%26.86%-
HSV(B)29.55º65.69%40%-
XYZ7.857.082.54-
YUV74.4105.76147.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.76%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 35 (14.06% from 255) = 17.07%
R=49.76%
G=33.17%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102683500.330.660.629.5548.9126.86
Hex664423021423C1e311b
Octal1461044304110274366133
Binary11001101000100100011010000110000101111001111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664423; }

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

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

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

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

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

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

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

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