#66441D

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

Shades of Dark Brown #66441D

Tints of Dark Brown #66441D

Color information

#66441D (or 0x66441D) is unknown color: approx Dark Brown. HEX triplet: 66, 44 and 1D. RGB value is (102,68,29). Sum of RGB (Red+Green+Blue) = 102+68+29=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66441D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66441D is #99BBE2. Grayscale: #494949. Windows color (decimal): -10075107 or 1918054. OLE color: 1918054.

HSL color Cylindrical-coordinate representation of color #66441D: hue angle of 32.05º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66441D is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB1026829-
CMYK00.330.720.6
HSL32.05º55.73%25.69%-
HSV(B)32.05º71.57%40%-
XYZ7.777.052.11-
YUV73.72102.76148.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 68 (26.95% from 255) = 34.17%
BLUE value IS 29 (11.72% from 255) = 14.57%
R=51.26%
G=34.17%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102682900.330.720.632.0555.7325.69
Hex66441D021483C20381a
Octal1461043504111074407032
Binary11001101000100111010100001100100011110010000011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66441D; }

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

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

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

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

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

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

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

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