#66421F

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

Shades of Dark Brown #66421F

Tints of Dark Brown #66421F

Color information

#66421F (or 0x66421F) is unknown color: approx Dark Brown. HEX triplet: 66, 42 and 1F. RGB value is (102,66,31). Sum of RGB (Red+Green+Blue) = 102+66+31=199 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.26% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 31 (12.5% from 255 or 15.58% from 199); Max value from RGB is 102 - color contains mainly: red. Hex color #66421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66421F is #99BDE0. Grayscale: #484848. Windows color (decimal): -10075617 or 2048614. OLE color: 2048614.

HSL color Cylindrical-coordinate representation of color #66421F: hue angle of 29.58º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66421F is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB1026631-
CMYK00.350.700.6
HSL29.58º53.38%26.08%-
HSV(B)29.58º69.61%40%-
XYZ7.686.822.21-
YUV72.77104.43148.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 51.26%
GREEN value IS 66 (26.17% from 255) = 33.17%
BLUE value IS 31 (12.5% from 255) = 15.58%
R=51.26%
G=33.17%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.70
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102663100.350.700.629.5853.3826.08
Hex66421F023463C1e351a
Octal1461023704310674366532
Binary1100110100001011111010001110001101111001111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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