Html Css Color HEX #400806 Seal Brown

📋 copy color: '#400806'

red 64 ◦ green 8 ◦ blue 6

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

Shades of Seal Brown #400806

Tints of Seal Brown #400806

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.26%

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

R = 82.05%
G = 10.26%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#400806 (or 0x400806) is known color: Seal Brown. HEX triplet: 40, 08 and 06. RGB value is (64,8,6). Sum of RGB (Red+Green+Blue) = 64+8+6=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 8 (3.52% from 255 or 10.26% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #400806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #400806 is #BFF7F9. Grayscale: #181818. Windows color (decimal): -12580858 or 395328. OLE color: 395328.

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

Color convert

RGB 64 8 6 -
CMYK 0 0.87 0.91 0.75
HSL 2.07º 0.83% 0.14% -
HSV(B) 2.07º 0.91% 0.25% -
XYZ 2.23 1.28 0.3 -
YUV 24.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 64 8 6 0 0.87 0.91 0.75 2.07 0.83 0.14
Hex 40 8 6 0 57 5B 4B 2 53 E
Octal 100 10 6 0 127 133 113 2 123 16
Binary 1000000 1000 110 0 1010111 1011011 1001011 10 1010011 1110

Color Harmonies of #400806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400806

Black with #400806

Text Example


Text Example

White with #400806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400806; }

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

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

background-color css

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

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

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

border-color css

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

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

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