#271006

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

Shades of Seal Brown #271006

Tints of Seal Brown #271006

Color information

#271006 (or 0x271006) is unknown color: approx Seal Brown. HEX triplet: 27, 10 and 06. RGB value is (39,16,6). Sum of RGB (Red+Green+Blue) = 39+16+6=61 (8% of max value = 765). Red value is 39 (15.62% from 255 or 63.93% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 39 - color contains mainly: red. Hex color #271006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #271006 is #D8EFF9. Grayscale: #151515. Windows color (decimal): -14217210 or 397351. OLE color: 397351.

HSL color Cylindrical-coordinate representation of color #271006: hue angle of 18.18º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #271006 is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.85.

Color convert

RGB39166-
CMYK00.590.850.85
HSL18.18º73.33%8.82%-
HSV(B)18.18º84.62%15.29%-
XYZ1.050.820.27-
YUV21.74119.12140.31-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 63.93%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 6 (2.73% from 255) = 9.84%
R=63.93%
G=26.23%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.85
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3916600.590.850.8518.1873.338.82
Hex2710603B555512499
Octal472060731251252211111
Binary100111100001100111011101010110101011001010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #271006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #271006; }

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

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

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

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

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

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

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

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