Html Css Color HEX #200600 Seal Brown

📋 copy color: '#200600'

red 32 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #200600

Tints of Seal Brown #200600

RGB

 RED value IS 32 (12.89% from 255) = 84.21%

 GREEN value IS 6 (2.73% from 255) = 15.79%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 84.21%
G = 15.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#200600 (or 0x200600) is known color: Seal Brown. HEX triplet: 20, 06 and 00. RGB value is (32,6,0). Sum of RGB (Red+Green+Blue) = 32+6+0=38 (5% of max value = 765). Red value is 32 (12.89% from 255 or 84.21% from 38); Green value is 6 (2.73% from 255 or 15.79% from 38); Blue value is 0 (0.39% from 255 or 0% from 38); Max value from RGB is 32 - color contains mainly: red. Hex color #200600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200600 is #DFF9FF. Grayscale: #0D0D0D. Windows color (decimal): -14678528 or 1568. OLE color: 1568.

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

Color convert

RGB 32 6 0 -
CMYK 0 0.81 1 0.87
HSL 11.25º 1% 0.06% -
HSV(B) 11.25º 1% 0.13% -
XYZ 0.66 0.44 0.05 -
YUV 13.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 32 6 0 0 0.81 1 0.87 11.25 1 0.06
Hex 20 6 0 0 51 64 57 B 64 6
Octal 40 6 0 0 121 144 127 13 144 6
Binary 100000 110 0 0 1010001 1100100 1010111 1011 1100100 110

Color Harmonies of #200600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200600

Black with #200600

Text Example


Text Example

White with #200600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200600; }

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

 H1.HeaderClassName
 {
   color: #200600;
 }
 .AnyTagClassName
 {
   color: #200600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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