#340806

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

Shades of Seal Brown #340806

Tints of Seal Brown #340806

Color information

#340806 (or 0x340806) is unknown color: approx Seal Brown. HEX triplet: 34, 08 and 06. RGB value is (52,8,6). Sum of RGB (Red+Green+Blue) = 52+8+6=66 (8% of max value = 765). Red value is 52 (20.70% from 255 or 78.79% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 6 (2.73% from 255 or 9.09% from 66); Max value from RGB is 52 - color contains mainly: red. Hex color #340806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340806 is #CBF7F9. Grayscale: #141414. Windows color (decimal): -13367290 or 395316. OLE color: 395316.

HSL color Cylindrical-coordinate representation of color #340806: hue angle of 2.61º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #340806 is Cyan = 0, Magento = 0.85, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB5286-
CMYK00.850.880.80
HSL2.61º79.31%11.37%-
HSV(B)2.61º88.46%20.39%-
XYZ1.540.920.27-
YUV20.93119.58150.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 78.79%
GREEN value IS 8 (3.52% from 255) = 12.12%
BLUE value IS 6 (2.73% from 255) = 9.09%
R=78.79%
G=12.12%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal528600.850.880.802.6179.3111.37
Hex3486055585034fb
Octal641060125130120311713
Binary110100100011001010101101100010100001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340806; }

 p { color: rgb(52,8,6); }

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

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

 a { background-color: rgb(52,8,6); }

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

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

 span { border-color: rgb(52,8,6); }

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