#360806

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

Shades of Seal Brown #360806

Tints of Seal Brown #360806

Color information

#360806 (or 0x360806) is unknown color: approx Seal Brown. HEX triplet: 36, 08 and 06. RGB value is (54,8,6). Sum of RGB (Red+Green+Blue) = 54+8+6=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #360806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360806 is #C9F7F9. Grayscale: #151515. Windows color (decimal): -13236218 or 395318. OLE color: 395318.

HSL color Cylindrical-coordinate representation of color #360806: hue angle of 2.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360806 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB5486-
CMYK00.850.890.79
HSL2.5º80%11.76%-
HSV(B)2.5º88.89%21.18%-
XYZ1.640.970.27-
YUV21.53119.24151.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 79.41%
GREEN value IS 8 (3.52% from 255) = 11.76%
BLUE value IS 6 (2.73% from 255) = 8.82%
R=79.41%
G=11.76%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal548600.850.890.792.58011.76
Hex3686055594F350c
Octal661060125131117312014
Binary110110100011001010101101100110011111110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360806; }

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

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

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

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

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

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

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

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