Html Css Color HEX #200906 Seal Brown

📋 copy color: '#200906'

red 32 ◦ green 9 ◦ blue 6

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

Shades of Seal Brown #200906

Tints of Seal Brown #200906

RGB

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

 GREEN value IS 9 (3.91% from 255) = 19.15%

 BLUE value IS 6 (2.73% from 255) = 12.77%

R = 68.09%
G = 19.15%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.87

RGB Variations

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

Color information

#200906 (or 0x200906) is known color: Seal Brown. HEX triplet: 20, 09 and 06. RGB value is (32,9,6). Sum of RGB (Red+Green+Blue) = 32+9+6=47 (6% of max value = 765). Red value is 32 (12.89% from 255 or 68.09% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 6 (2.73% from 255 or 12.77% from 47); Max value from RGB is 32 - color contains mainly: red. Hex color #200906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200906 is #DFF6F9. Grayscale: #0F0F0F. Windows color (decimal): -14677754 or 395552. OLE color: 395552.

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

Color convert

RGB 32 9 6 -
CMYK 0 0.72 0.81 0.87
HSL 6.92º 0.68% 0.07% -
HSV(B) 6.92º 0.81% 0.13% -
XYZ 0.73 0.52 0.23 -
YUV 15.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 32 9 6 0 0.72 0.81 0.87 6.92 0.68 0.07
Hex 20 9 6 0 48 51 57 7 44 7
Octal 40 11 6 0 110 121 127 7 104 7
Binary 100000 1001 110 0 1001000 1010001 1010111 111 1000100 111

Color Harmonies of #200906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200906

Black with #200906

Text Example


Text Example

White with #200906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200906; }

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

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

background-color css

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

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

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

border-color css

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

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

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