#66421B

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

Shades of Dark Brown #66421B

Tints of Dark Brown #66421B

Color information

#66421B (or 0x66421B) is unknown color: approx Dark Brown. HEX triplet: 66, 42 and 1B. RGB value is (102,66,27). Sum of RGB (Red+Green+Blue) = 102+66+27=195 (25% of max value = 765). Red value is 102 (40.23% from 255 or 52.31% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 102 - color contains mainly: red. Hex color #66421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66421B is #99BDE4. Grayscale: #484848. Windows color (decimal): -10075621 or 1786470. OLE color: 1786470.

HSL color Cylindrical-coordinate representation of color #66421B: hue angle of 31.2º 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 #66421B is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB1026627-
CMYK00.350.740.6
HSL31.2º58.14%25.29%-
HSV(B)31.2º73.53%40%-
XYZ7.636.81.95-
YUV72.32102.43149.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 52.31%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 27 (10.94% from 255) = 13.85%
R=52.31%
G=33.85%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102662700.350.740.631.258.1425.29
Hex66421B0234A3C1f3a19
Octal1461023304311274377231
Binary1100110100001011011010001110010101111001111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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