#340906

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

Shades of Seal Brown #340906

Tints of Seal Brown #340906

Color information

#340906 (or 0x340906) is unknown color: approx Seal Brown. HEX triplet: 34, 09 and 06. RGB value is (52,9,6). Sum of RGB (Red+Green+Blue) = 52+9+6=67 (8% of max value = 765). Red value is 52 (20.70% from 255 or 77.61% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 6 (2.73% from 255 or 8.96% from 67); Max value from RGB is 52 - color contains mainly: red. Hex color #340906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #340906 is #CBF6F9. Grayscale: #151515. Windows color (decimal): -13367034 or 395572. OLE color: 395572.

HSL color Cylindrical-coordinate representation of color #340906: hue angle of 3.91º 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 #340906 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB5296-
CMYK00.830.880.80
HSL3.91º79.31%11.37%-
HSV(B)3.91º88.46%20.39%-
XYZ1.550.940.27-
YUV21.52119.25149.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 77.61%
GREEN value IS 9 (3.91% from 255) = 13.43%
BLUE value IS 6 (2.73% from 255) = 8.96%
R=77.61%
G=13.43%
B=8.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal529600.830.880.803.9179.3111.37
Hex3496053585044fb
Octal641160123130120411713
Binary1101001001110010100111011000101000010010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340906; }

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

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

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

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

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

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

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

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