#281006

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

Shades of Seal Brown #281006

Tints of Seal Brown #281006

Color information

#281006 (or 0x281006) is unknown color: approx Seal Brown. HEX triplet: 28, 10 and 06. RGB value is (40,16,6). Sum of RGB (Red+Green+Blue) = 40+16+6=62 (8% of max value = 765). Red value is 40 (16.02% from 255 or 64.52% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 40 - color contains mainly: red. Hex color #281006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #281006 is #D7EFF9. Grayscale: #161616. Windows color (decimal): -14151674 or 397352. OLE color: 397352.

HSL color Cylindrical-coordinate representation of color #281006: hue angle of 17.65º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281006 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.84.

Color convert

RGB40166-
CMYK00.600.850.84
HSL17.65º73.91%9.02%-
HSV(B)17.65º85%15.69%-
XYZ1.090.830.28-
YUV22.04118.95140.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 64.52%
GREEN value IS 16 (6.64% from 255) = 25.81%
BLUE value IS 6 (2.73% from 255) = 9.68%
R=64.52%
G=25.81%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4016600.600.850.8417.6573.919.02
Hex2810603C5554124a9
Octal502060741251242211211
Binary101000100001100111100101010110101001001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281006; }

 p { color: rgb(40,16,6); }

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

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

 a { background-color: rgb(40,16,6); }

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

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

 span { border-color: rgb(40,16,6); }

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