#421606

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

Shades of Brown Pod #421606

Tints of Brown Pod #421606

Color information

#421606 (or 0x421606) is unknown color: approx Brown Pod. HEX triplet: 42, 16 and 06. RGB value is (66,22,6). Sum of RGB (Red+Green+Blue) = 66+22+6=94 (12% of max value = 765). Red value is 66 (26.17% from 255 or 70.21% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 6 (2.73% from 255 or 6.38% from 94); Max value from RGB is 66 - color contains mainly: red. Hex color #421606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421606 is #BDE9F9. Grayscale: #212121. Windows color (decimal): -12446202 or 398914. OLE color: 398914.

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

Color convert

RGB66226-
CMYK00.670.910.74
HSL16º83.33%14.12%-
HSV(B)16º90.91%25.88%-
XYZ2.571.750.37-
YUV33.33112.58151.3-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 70.21%
GREEN value IS 22 (8.98% from 255) = 23.40%
BLUE value IS 6 (2.73% from 255) = 6.38%
R=70.21%
G=23.40%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.91
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6622600.670.910.741683.3314.12
Hex421660435B4A1053e
Octal10226601031331122012316
Binary10000101011011001000011101101110010101000010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421606; }

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

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

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

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

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

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

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

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