Html Css Color HEX #400600 Seal Brown

📋 copy color: '#400600'

red 64 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #400600

Tints of Seal Brown #400600

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 value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#400600 (or 0x400600) is known color: 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

RGB 64 6 0 -
CMYK 0 0.91 1 0.75
HSL 5.63º 1% 0.13% -
HSV(B) 5.63º 1% 0.25% -
XYZ 2.18 1.22 0.12 -
YUV 22.66 115.22 157.49 -
System Red Green Blue C M Y K H S L
Decimal 64 6 0 0 0.91 1 0.75 5.63 1 0.13
Hex 40 6 0 0 5B 64 4B 6 64 D
Octal 100 6 0 0 133 144 113 6 144 15
Binary 1000000 110 0 0 1011011 1100100 1001011 110 1100100 1101

Color Harmonies of #400600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400600

Black with #400600

Text Example


Text Example

White with #400600

Text Example


Text Example

HTML Codes & Css Web 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>