#421406

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

Shades of Brown Pod #421406

Tints of Brown Pod #421406

Color information

#421406 (or 0x421406) is unknown color: approx Brown Pod. HEX triplet: 42, 14 and 06. RGB value is (66,20,6). Sum of RGB (Red+Green+Blue) = 66+20+6=92 (12% of max value = 765). Red value is 66 (26.17% from 255 or 71.74% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 66 - color contains mainly: red. Hex color #421406 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421406 is #BDEBF9. Grayscale: #202020. Windows color (decimal): -12446714 or 398402. OLE color: 398402.

HSL color Cylindrical-coordinate representation of color #421406: hue angle of 14º 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 #421406 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.74.

Color convert

RGB66206-
CMYK00.700.910.74
HSL14º83.33%14.12%-
HSV(B)14º90.91%25.88%-
XYZ2.531.670.36-
YUV32.16113.24152.14-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 71.74%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 6 (2.73% from 255) = 6.52%
R=71.74%
G=21.74%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6620600.700.910.741483.3314.12
Hex421460465B4Ae53e
Octal10224601061331121612316
Binary1000010101001100100011010110111001010111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421406; }

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

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

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

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

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

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

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

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