#420601

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

Shades of Seal Brown #420601

Tints of Seal Brown #420601

Color information

#420601 (or 0x420601) is unknown color: approx Seal Brown. HEX triplet: 42, 06 and 01. RGB value is (66,6,1). Sum of RGB (Red+Green+Blue) = 66+6+1=73 (9% of max value = 765). Red value is 66 (26.17% from 255 or 90.41% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 66 - color contains mainly: red. Hex color #420601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420601 is #BDF9FE. Grayscale: #171717. Windows color (decimal): -12450303 or 67138. OLE color: 67138.

HSL color Cylindrical-coordinate representation of color #420601: hue angle of 4.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420601 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB6661-
CMYK00.910.980.74
HSL4.62º97.01%13.14%-
HSV(B)4.62º98.48%25.88%-
XYZ2.321.290.16-
YUV23.37115.38158.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 90.41%
GREEN value IS 6 (2.73% from 255) = 8.22%
BLUE value IS 1 (0.78% from 255) = 1.37%
R=90.41%
G=8.22%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666100.910.980.744.6297.0113.14
Hex426105B624A561d
Octal102610133142112514115
Binary10000101101010110111100010100101010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420601; }

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

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

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

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

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

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

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

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