#400C06

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

Shades of Seal Brown #400C06

Tints of Seal Brown #400C06

Color information

#400C06 (or 0x400C06) is unknown color: approx Seal Brown. HEX triplet: 40, 0C and 06. RGB value is (64,12,6). Sum of RGB (Red+Green+Blue) = 64+12+6=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 12 (5.08% from 255 or 14.63% from 82); Blue value is 6 (2.73% from 255 or 7.32% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #400C06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400C06 is #BFF3F9. Grayscale: #1A1A1A. Windows color (decimal): -12579834 or 396352. OLE color: 396352.

HSL color Cylindrical-coordinate representation of color #400C06: hue angle of 6.21º 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 #400C06 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB64126-
CMYK00.810.910.75
HSL6.21º82.86%13.73%-
HSV(B)6.21º90.62%25.1%-
XYZ2.281.370.32-
YUV26.86116.23154.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 78.05%
GREEN value IS 12 (5.08% from 255) = 14.63%
BLUE value IS 6 (2.73% from 255) = 7.32%
R=78.05%
G=14.63%
B=7.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6412600.810.910.756.2182.8613.73
Hex40C60515B4B653e
Octal1001460121133113612316
Binary10000001100110010100011011011100101111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400C06; }

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

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

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

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

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

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

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

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