#664418

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

Shades of Dark Brown #664418

Tints of Dark Brown #664418

Color information

#664418 (or 0x664418) is unknown color: approx Dark Brown. HEX triplet: 66, 44 and 18. RGB value is (102,68,24). Sum of RGB (Red+Green+Blue) = 102+68+24=194 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.58% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 24 (9.77% from 255 or 12.37% from 194); Max value from RGB is 102 - color contains mainly: red. Hex color #664418 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664418 is #99BBE7. Grayscale: #494949. Windows color (decimal): -10075112 or 1590374. OLE color: 1590374.

HSL color Cylindrical-coordinate representation of color #664418: hue angle of 33.85º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #664418 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.6.

Color convert

RGB1026824-
CMYK00.330.760.6
HSL33.85º61.9%24.71%-
HSV(B)33.85º76.47%40%-
XYZ7.717.021.81-
YUV73.15100.26148.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.58%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 24 (9.77% from 255) = 12.37%
R=52.58%
G=35.05%
B=12.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102682400.330.760.633.8561.924.71
Hex6644180214C3C223e19
Octal1461043004111474427631
Binary11001101000100110000100001100110011110010001011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664418; }

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

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

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

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

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

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

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

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