#66441A

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

Shades of Dark Brown #66441A

Tints of Dark Brown #66441A

Color information

#66441A (or 0x66441A) is unknown color: approx Dark Brown. HEX triplet: 66, 44 and 1A. RGB value is (102,68,26). Sum of RGB (Red+Green+Blue) = 102+68+26=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 26 (10.55% from 255 or 13.27% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66441A is #99BBE5. Grayscale: #494949. Windows color (decimal): -10075110 or 1721446. OLE color: 1721446.

HSL color Cylindrical-coordinate representation of color #66441A: hue angle of 33.16º 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 #66441A is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1026826-
CMYK00.330.750.6
HSL33.16º59.38%25.1%-
HSV(B)33.16º74.51%40%-
XYZ7.737.031.93-
YUV73.38101.26148.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 26 (10.55% from 255) = 13.27%
R=52.04%
G=34.69%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102682600.330.750.633.1659.3825.1
Hex66441A0214B3C213b19
Octal1461043204111374417331
Binary11001101000100110100100001100101111110010000111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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