#210706

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

Shades of Seal Brown #210706

Tints of Seal Brown #210706

Color information

#210706 (or 0x210706) is unknown color: approx Seal Brown. HEX triplet: 21, 07 and 06. RGB value is (33,7,6). Sum of RGB (Red+Green+Blue) = 33+7+6=46 (6% of max value = 765). Red value is 33 (13.28% from 255 or 71.74% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 6 (2.73% from 255 or 13.04% from 46); Max value from RGB is 33 - color contains mainly: red. Hex color #210706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210706 is #DEF8F9. Grayscale: #0E0E0E. Windows color (decimal): -14612730 or 395041. OLE color: 395041.

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

Color convert

RGB3376-
CMYK00.790.820.87
HSL2.22º69.23%7.65%-
HSV(B)2.22º81.82%12.94%-
XYZ0.740.490.23-
YUV14.66123.11141.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 71.74%
GREEN value IS 7 (3.12% from 255) = 15.22%
BLUE value IS 6 (2.73% from 255) = 13.04%
R=71.74%
G=15.22%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.82
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal337600.790.820.872.2269.237.65
Hex217604F52572458
Octal41760117122127210510
Binary10000111111001001111101001010101111010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210706; }

 p { color: rgb(33,7,6); }

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

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

 a { background-color: rgb(33,7,6); }

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

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

 span { border-color: rgb(33,7,6); }

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