#66431D

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

Shades of Dark Brown #66431D

Tints of Dark Brown #66431D

Color information

#66431D (or 0x66431D) is unknown color: approx Dark Brown. HEX triplet: 66, 43 and 1D. RGB value is (102,67,29). Sum of RGB (Red+Green+Blue) = 102+67+29=198 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.52% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 102 - color contains mainly: red. Hex color #66431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66431D is #99BCE2. Grayscale: #494949. Windows color (decimal): -10075363 or 1917798. OLE color: 1917798.

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

Color convert

RGB1026729-
CMYK00.340.720.6
HSL31.23º55.73%25.69%-
HSV(B)31.23º71.57%40%-
XYZ7.716.932.09-
YUV73.13103.1148.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.52%
GREEN value IS 67 (26.56% from 255) = 33.84%
BLUE value IS 29 (11.72% from 255) = 14.65%
R=51.52%
G=33.84%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102672900.340.720.631.2355.7325.69
Hex66431D022483C1f381a
Octal1461033504211074377032
Binary1100110100001111101010001010010001111001111111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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