#66401A

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

Shades of Dark Brown #66401A

Tints of Dark Brown #66401A

Color information

#66401A (or 0x66401A) is unknown color: approx Dark Brown. HEX triplet: 66, 40 and 1A. RGB value is (102,64,26). Sum of RGB (Red+Green+Blue) = 102+64+26=192 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.12% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 102 - color contains mainly: red. Hex color #66401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66401A is #99BFE5. Grayscale: #474747. Windows color (decimal): -10076134 or 1720422. OLE color: 1720422.

HSL color Cylindrical-coordinate representation of color #66401A: hue angle of 30º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66401A is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1026426-
CMYK00.370.750.6
HSL30º59.38%25.1%-
HSV(B)30º74.51%40%-
XYZ7.56.571.85-
YUV71.03102.59150.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.12%
GREEN value IS 64 (25.39% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 13.54%
R=53.12%
G=33.33%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102642600.370.750.63059.3825.1
Hex66401A0254B3C1e3b19
Octal1461003204511374367331
Binary1100110100000011010010010110010111111001111011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66401A; }

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

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

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

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

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

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

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

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