#400706

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

Shades of Seal Brown #400706

Tints of Seal Brown #400706

Color information

#400706 (or 0x400706) is unknown color: approx Seal Brown. HEX triplet: 40, 07 and 06. RGB value is (64,7,6). Sum of RGB (Red+Green+Blue) = 64+7+6=77 (10% of max value = 765). Red value is 64 (25.39% from 255 or 83.12% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 64 - color contains mainly: red. Hex color #400706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400706 is #BFF8F9. Grayscale: #171717. Windows color (decimal): -12581114 or 395072. OLE color: 395072.

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

Color convert

RGB6476-
CMYK00.890.910.75
HSL1.03º82.86%13.73%-
HSV(B)1.03º90.62%25.1%-
XYZ2.221.260.3-
YUV23.93117.88156.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 83.12%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=83.12%
G=9.09%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal647600.890.910.751.0382.8613.73
Hex40760595B4B153e
Octal100760131133113112316
Binary10000001111100101100110110111001011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400706; }

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

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

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

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

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

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

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

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