Html Css Color HEX #220600 Seal Brown

📋 copy color: '#220600'

red 34 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #220600

Tints of Seal Brown #220600

RGB

 RED value IS 34 (13.67% from 255) = 85%

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

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

R = 85%
G = 15%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#220600 (or 0x220600) is known color: Seal Brown. HEX triplet: 22, 06 and 00. RGB value is (34,6,0). Sum of RGB (Red+Green+Blue) = 34+6+0=40 (5% of max value = 765). Red value is 34 (13.67% from 255 or 85% from 40); Green value is 6 (2.73% from 255 or 15% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 34 - color contains mainly: red. Hex color #220600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220600 is #DDF9FF. Grayscale: #0D0D0D. Windows color (decimal): -14547456 or 1570. OLE color: 1570.

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

Color convert

RGB 34 6 0 -
CMYK 0 0.82 1 0.87
HSL 10.59º 1% 0.07% -
HSV(B) 10.59º 1% 0.13% -
XYZ 0.72 0.47 0.05 -
YUV 13.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 34 6 0 0 0.82 1 0.87 10.59 1 0.07
Hex 22 6 0 0 52 64 57 B 64 7
Octal 42 6 0 0 122 144 127 13 144 7
Binary 100010 110 0 0 1010010 1100100 1010111 1011 1100100 111

Color Harmonies of #220600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220600

Black with #220600

Text Example


Text Example

White with #220600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220600; }

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

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

background-color css

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

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

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

border-color css

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

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

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