#421A06

Color #421A06 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #421A06

Tints of Brown Pod #421A06

Color information

#421A06 (or 0x421A06) is unknown color: approx Brown Pod. HEX triplet: 42, 1A and 06. RGB value is (66,26,6). Sum of RGB (Red+Green+Blue) = 66+26+6=98 (12% of max value = 765). Red value is 66 (26.17% from 255 or 67.35% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 66 - color contains mainly: red. Hex color #421A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #421A06 is #BDE5F9. Grayscale: #232323. Windows color (decimal): -12445178 or 399938. OLE color: 399938.

HSL color Cylindrical-coordinate representation of color #421A06: hue angle of 20º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #421A06 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB66266-
CMYK00.610.910.74
HSL20º83.33%14.12%-
HSV(B)20º90.91%25.88%-
XYZ2.651.910.4-
YUV35.68111.25149.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 67.35%
GREEN value IS 26 (10.55% from 255) = 26.53%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=67.35%
G=26.53%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6626600.610.910.742083.3314.12
Hex421A603D5B4A1453e
Octal1023260751331122412316
Binary1000010110101100111101101101110010101010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421A06; }

 p { color: rgb(66,26,6); }

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

<style>
 a { background-color: #421A06; }

 a { background-color: rgb(66,26,6); }

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

<style>
 span { border-color: #421A06; }

 span { border-color: rgb(66,26,6); }

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