#66471D

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

Shades of Dark Brown #66471D

Tints of Dark Brown #66471D

Color information

#66471D (or 0x66471D) is unknown color: approx Dark Brown. HEX triplet: 66, 47 and 1D. RGB value is (102,71,29). Sum of RGB (Red+Green+Blue) = 102+71+29=202 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.50% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 102 - color contains mainly: red. Hex color #66471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66471D is #99B8E2. Grayscale: #4B4B4B. Windows color (decimal): -10074339 or 1918822. OLE color: 1918822.

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

Color convert

RGB1027129-
CMYK00.300.720.6
HSL34.52º55.73%25.69%-
HSV(B)34.52º71.57%40%-
XYZ7.957.422.18-
YUV75.48101.77146.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50.50%
GREEN value IS 71 (28.12% from 255) = 35.15%
BLUE value IS 29 (11.72% from 255) = 14.36%
R=50.50%
G=35.15%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102712900.300.720.634.5255.7325.69
Hex66471D01E483C23381a
Octal1461073503611074437032
Binary1100110100011111101011110100100011110010001111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66471D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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