#400600

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

Shades of Seal Brown #400600

Tints of Seal Brown #400600

Color information

#400600 (or 0x400600) is unknown color: approx Seal Brown. HEX triplet: 40, 06 and 00. RGB value is (64,6,0). Sum of RGB (Red+Green+Blue) = 64+6+0=70 (9% of max value = 765). Red value is 64 (25.39% from 255 or 91.43% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 0 (0.39% from 255 or 0% from 70); Max value from RGB is 64 - color contains mainly: red. Hex color #400600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400600 is #BFF9FF. Grayscale: #161616. Windows color (decimal): -12581376 or 1600. OLE color: 1600.

HSL color Cylindrical-coordinate representation of color #400600: hue angle of 5.62º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400600 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.75.

Color convert

RGB6460-
CMYK00.9110.75
HSL5.62º100%12.55%-
HSV(B)5.62º100%25.1%-
XYZ2.181.220.12-
YUV22.66115.22157.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 91.43%
GREEN value IS 6 (2.73% from 255) = 8.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.43%
G=8.57%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal646000.9110.755.6210012.55
Hex406005B644B664d
Octal100600133144113614415
Binary10000001100010110111100100100101111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400600; }

 p { color: rgb(64,6,0); }

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

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

 a { background-color: rgb(64,6,0); }

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

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

 span { border-color: rgb(64,6,0); }

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