#421609

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

Shades of Brown Pod #421609

Tints of Brown Pod #421609

Color information

#421609 (or 0x421609) is unknown color: approx Brown Pod. HEX triplet: 42, 16 and 09. RGB value is (66,22,9). Sum of RGB (Red+Green+Blue) = 66+22+9=97 (12% of max value = 765). Red value is 66 (26.17% from 255 or 68.04% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 66 - color contains mainly: red. Hex color #421609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421609 is #BDE9F6. Grayscale: #212121. Windows color (decimal): -12446199 or 595522. OLE color: 595522.

HSL color Cylindrical-coordinate representation of color #421609: hue angle of 13.68º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #421609 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.74.

Color convert

RGB66229-
CMYK00.670.860.74
HSL13.68º76%14.71%-
HSV(B)13.68º86.36%25.88%-
XYZ2.581.750.46-
YUV33.67114.08151.06-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 68.04%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 9 (3.91% from 255) = 9.28%
R=68.04%
G=22.68%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.86
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6622900.670.860.7413.687614.71
Hex42169043564Ae4cf
Octal102261101031261121611417
Binary10000101011010010100001110101101001010111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421609; }

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

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

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

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

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

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

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

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