#66431B

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

Shades of Dark Brown #66431B

Tints of Dark Brown #66431B

Color information

#66431B (or 0x66431B) is unknown color: approx Dark Brown. HEX triplet: 66, 43 and 1B. RGB value is (102,67,27). Sum of RGB (Red+Green+Blue) = 102+67+27=196 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.04% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 102 - color contains mainly: red. Hex color #66431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66431B is #99BCE4. Grayscale: #494949. Windows color (decimal): -10075365 or 1786726. OLE color: 1786726.

HSL color Cylindrical-coordinate representation of color #66431B: hue angle of 32º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66431B is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB1026727-
CMYK00.340.740.6
HSL32º58.14%25.29%-
HSV(B)32º73.53%40%-
XYZ7.686.921.97-
YUV72.9102.1148.75-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.04%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 27 (10.94% from 255) = 13.78%
R=52.04%
G=34.18%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102672700.340.740.63258.1425.29
Hex66431B0224A3C203a19
Octal1461033304211274407231
Binary11001101000011110110100010100101011110010000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66431B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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