#220601

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

Shades of Seal Brown #220601

Tints of Seal Brown #220601

Color information

#220601 (or 0x220601) is unknown color: approx Seal Brown. HEX triplet: 22, 06 and 01. RGB value is (34,6,1). Sum of RGB (Red+Green+Blue) = 34+6+1=41 (5% of max value = 765). Red value is 34 (13.67% from 255 or 82.93% from 41); Green value is 6 (2.73% from 255 or 14.63% from 41); Blue value is 1 (0.78% from 255 or 2.44% from 41); Max value from RGB is 34 - color contains mainly: red. Hex color #220601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220601 is #DDF9FE. Grayscale: #0D0D0D. Windows color (decimal): -14547455 or 67106. OLE color: 67106.

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

Color convert

RGB3461-
CMYK00.820.970.87
HSL9.09º94.29%6.86%-
HSV(B)9.09º97.06%13.33%-
XYZ0.730.470.08-
YUV13.8120.78142.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 82.93%
GREEN value IS 6 (2.73% from 255) = 14.63%
BLUE value IS 1 (0.78% from 255) = 2.44%
R=82.93%
G=14.63%
B=2.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal346100.820.970.879.0994.296.86
Hex2261052615795e7
Octal42610122141127111367
Binary1000101101010100101100001101011110011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220601; }

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

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

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

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

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

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

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

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