Html Css Color HEX #640604 Maroon

📋 copy color: '#640604'

red 100 ◦ green 6 ◦ blue 4

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

Shades of Maroon #640604

Tints of Maroon #640604

RGB

 RED value IS 100 (39.45% from 255) = 90.91%

 GREEN value IS 6 (2.73% from 255) = 5.45%

 BLUE value IS 4 (1.95% from 255) = 3.64%

R = 90.91%
G = 5.45%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#640604 (or 0x640604) is known color: Maroon. HEX triplet: 64, 06 and 04. RGB value is (100,6,4). Sum of RGB (Red+Green+Blue) = 100+6+4=110 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.91% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 4 (1.95% from 255 or 3.64% from 110); Max value from RGB is 100 - color contains mainly: red. Hex color #640604 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640604 is #9BF9FB. Grayscale: #212121. Windows color (decimal): -10222076 or 263780. OLE color: 263780.

HSL color Cylindrical-coordinate representation of color #640604: hue angle of 1.25º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640604 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 6 4 -
CMYK 0 0.94 0.96 0.61
HSL 1.25º 0.92% 0.2% -
HSV(B) 1.25º 0.96% 0.39% -
XYZ 5.34 2.85 0.38 -
YUV 33.88 111.14 175.16 -
System Red Green Blue C M Y K H S L
Decimal 100 6 4 0 0.94 0.96 0.61 1.25 0.92 0.2
Hex 64 6 4 0 5E 60 3D 1 5C 14
Octal 144 6 4 0 136 140 75 1 134 24
Binary 1100100 110 100 0 1011110 1100000 111101 1 1011100 10100

Color Harmonies of #640604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640604

Black with #640604

Text Example


Text Example

White with #640604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640604; }

 p { color: rgb(100,6,4); }

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

background-color css

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

 a { background-color: rgb(100,6,4); }

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

border-color css

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

 span { border-color: rgb(100,6,4); }

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