Html Css Color HEX #200601 Seal Brown

📋 copy color: '#200601'

red 32 ◦ green 6 ◦ blue 1

#200601
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #200601

Tints of Seal Brown #200601

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 value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.87

RGB Variations

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

Color information

#200601 (or 0x200601) is known color: 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

RGB 32 6 1 -
CMYK 0 0.81 0.97 0.87
HSL 9.68º 0.94% 0.06% -
HSV(B) 9.68º 0.97% 0.13% -
XYZ 0.67 0.44 0.08 -
YUV 13.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 32 6 1 0 0.81 0.97 0.87 9.68 0.94 0.06
Hex 20 6 1 0 51 61 57 A 5E 6
Octal 40 6 1 0 121 141 127 12 136 6
Binary 100000 110 1 0 1010001 1100001 1010111 1010 1011110 110

Color Harmonies of #200601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200601

Black with #200601

Text Example


Text Example

White with #200601

Text Example


Text Example

HTML Codes & Css Web 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>