#200601

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

Shades of Seal Brown #200601

Tints of Seal Brown #200601

Color information

#200601 (or 0x200601) is unknown color: approx Seal Brown. HEX triplet: 20, 06 and 01. RGB value is (32,6,1). Sum of RGB (Red+Green+Blue) = 32+6+1=39 (5% of max value = 765). Red value is 32 (12.89% from 255 or 82.05% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 32 - color contains mainly: red. Hex color #200601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200601 is #DFF9FE. Grayscale: #0D0D0D. Windows color (decimal): -14678527 or 67104. OLE color: 67104.

HSL color Cylindrical-coordinate representation of color #200601: hue angle of 9.68º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200601 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.87.

Color convert

RGB3261-
CMYK00.810.970.87
HSL9.68º93.94%6.47%-
HSV(B)9.68º96.88%12.55%-
XYZ0.670.440.08-
YUV13.2121.11141.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 82.05%
GREEN value IS 6 (2.73% from 255) = 15.38%
BLUE value IS 1 (0.78% from 255) = 2.56%
R=82.05%
G=15.38%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal326100.810.970.879.6893.946.47
Hex20610516157a5e6
Octal40610121141127121366
Binary1000001101010100011100001101011110101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200601; }

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

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

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

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

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

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

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

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