#420600

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

Shades of Seal Brown #420600

Tints of Seal Brown #420600

Color information

#420600 (or 0x420600) is unknown color: approx Seal Brown. HEX triplet: 42, 06 and 00. RGB value is (66,6,0). Sum of RGB (Red+Green+Blue) = 66+6+0=72 (9% of max value = 765). Red value is 66 (26.17% from 255 or 91.67% from 72); Green value is 6 (2.73% from 255 or 8.33% from 72); Blue value is 0 (0.39% from 255 or 0% from 72); Max value from RGB is 66 - color contains mainly: red. Hex color #420600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420600 is #BDF9FF. Grayscale: #171717. Windows color (decimal): -12450304 or 1602. OLE color: 1602.

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

Color convert

RGB6660-
CMYK00.9110.74
HSL5.45º100%12.94%-
HSV(B)5.45º100%25.88%-
XYZ2.311.290.13-
YUV23.26114.88158.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 91.67%
GREEN value IS 6 (2.73% from 255) = 8.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.67%
G=8.33%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal666000.9110.745.4510012.94
Hex426005B644A564d
Octal102600133144112514415
Binary10000101100010110111100100100101010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #420600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #420600; }

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

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

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

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

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

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

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

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