#66411D

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

Shades of Dark Brown #66411D

Tints of Dark Brown #66411D

Color information

#66411D (or 0x66411D) is unknown color: approx Dark Brown. HEX triplet: 66, 41 and 1D. RGB value is (102,65,29). Sum of RGB (Red+Green+Blue) = 102+65+29=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 29 (11.72% from 255 or 14.80% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66411D is #99BEE2. Grayscale: #484848. Windows color (decimal): -10075875 or 1917286. OLE color: 1917286.

HSL color Cylindrical-coordinate representation of color #66411D: hue angle of 29.59º 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 #66411D is Cyan = 0, Magento = 0.36, Yellow = 0.72 and Black (K on CMYK) = 0.6.

Color convert

RGB1026529-
CMYK00.360.720.6
HSL29.59º55.73%25.69%-
HSV(B)29.59º71.57%40%-
XYZ7.596.692.05-
YUV71.96103.76149.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 65 (25.78% from 255) = 33.16%
BLUE value IS 29 (11.72% from 255) = 14.80%
R=52.04%
G=33.16%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102652900.360.720.629.5955.7325.69
Hex66411D024483C1e381a
Octal1461013504411074367032
Binary1100110100000111101010010010010001111001111011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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