#66441C

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

Shades of Dark Brown #66441C

Tints of Dark Brown #66441C

Color information

#66441C (or 0x66441C) is unknown color: approx Dark Brown. HEX triplet: 66, 44 and 1C. RGB value is (102,68,28). Sum of RGB (Red+Green+Blue) = 102+68+28=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66441C is #99BBE3. Grayscale: #494949. Windows color (decimal): -10075108 or 1852518. OLE color: 1852518.

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

Color convert

RGB1026828-
CMYK00.330.730.6
HSL32.43º56.92%25.49%-
HSV(B)32.43º72.55%40%-
XYZ7.767.042.05-
YUV73.61102.26148.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 28 (11.33% from 255) = 14.14%
R=51.52%
G=34.34%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102682800.330.730.632.4356.9225.49
Hex66441C021493C203919
Octal1461043404111174407131
Binary11001101000100111000100001100100111110010000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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