Html Css Color HEX #401206 Seal Brown

📋 copy color: '#401206'

red 64 ◦ green 18 ◦ blue 6

#401206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Seal Brown #401206

Tints of Seal Brown #401206

RGB

 RED value IS 64 (25.39% from 255) = 72.73%

 GREEN value IS 18 (7.42% from 255) = 20.45%

 BLUE value IS 6 (2.73% from 255) = 6.82%

R = 72.73%
G = 20.45%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#401206 (or 0x401206) is known color: Seal Brown. HEX triplet: 40, 12 and 06. RGB value is (64,18,6). Sum of RGB (Red+Green+Blue) = 64+18+6=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 6 (2.73% from 255 or 6.82% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #401206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401206 is #BFEDF9. Grayscale: #1E1E1E. Windows color (decimal): -12578298 or 397888. OLE color: 397888.

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

Color convert

RGB 64 18 6 -
CMYK 0 0.72 0.91 0.75
HSL 12.41º 0.83% 0.14% -
HSV(B) 12.41º 0.91% 0.25% -
XYZ 2.36 1.54 0.34 -
YUV 30.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 64 18 6 0 0.72 0.91 0.75 12.41 0.83 0.14
Hex 40 12 6 0 48 5B 4B C 53 E
Octal 100 22 6 0 110 133 113 14 123 16
Binary 1000000 10010 110 0 1001000 1011011 1001011 1100 1010011 1110

Color Harmonies of #401206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401206

Black with #401206

Text Example


Text Example

White with #401206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401206; }

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

 H1.HeaderClassName
 {
   color: #401206;
 }
 .AnyTagClassName
 {
   color: #401206;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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