#664013

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

Shades of Dark Brown #664013

Tints of Dark Brown #664013

Color information

#664013 (or 0x664013) is unknown color: approx Dark Brown. HEX triplet: 66, 40 and 13. RGB value is (102,64,19). Sum of RGB (Red+Green+Blue) = 102+64+19=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 19 (7.81% from 255 or 10.27% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #664013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664013 is #99BFEC. Grayscale: #464646. Windows color (decimal): -10076141 or 1261670. OLE color: 1261670.

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

Color convert

RGB1026419-
CMYK00.370.810.6
HSL32.53º68.6%23.73%-
HSV(B)32.53º81.37%40%-
XYZ7.436.541.49-
YUV70.2399.09150.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 55.14%
GREEN value IS 64 (25.39% from 255) = 34.59%
BLUE value IS 19 (7.81% from 255) = 10.27%
R=55.14%
G=34.59%
B=10.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102641900.370.810.632.5368.623.73
Hex664013025513C214518
Octal14610023045121744110530
Binary110011010000001001101001011010001111100100001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664013; }

 p { color: rgb(102,64,19); }

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

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

 a { background-color: rgb(102,64,19); }

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

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

 span { border-color: rgb(102,64,19); }

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