Html Css Color HEX #640605 Maroon

📋 copy color: '#640605'

red 100 ◦ green 6 ◦ blue 5

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

Shades of Maroon #640605

Tints of Maroon #640605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.5%

R = 90.09%
G = 5.41%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#640605 (or 0x640605) is known color: Maroon. HEX triplet: 64, 06 and 05. RGB value is (100,6,5). Sum of RGB (Red+Green+Blue) = 100+6+5=111 (14% of max value = 765). Red value is 100 (39.45% from 255 or 90.09% from 111); Green value is 6 (2.73% from 255 or 5.41% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 100 - color contains mainly: red. Hex color #640605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640605 is #9BF9FA. Grayscale: #222222. Windows color (decimal): -10222075 or 329316. OLE color: 329316.

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

Color convert

RGB 100 6 5 -
CMYK 0 0.94 0.95 0.61
HSL 0.63º 0.9% 0.21% -
HSV(B) 0.63º 0.95% 0.39% -
XYZ 5.35 2.85 0.41 -
YUV 33.99 111.64 175.08 -
System Red Green Blue C M Y K H S L
Decimal 100 6 5 0 0.94 0.95 0.61 0.63 0.9 0.21
Hex 64 6 5 0 5E 5F 3D 1 5A 15
Octal 144 6 5 0 136 137 75 1 132 25
Binary 1100100 110 101 0 1011110 1011111 111101 1 1011010 10101

Color Harmonies of #640605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640605

Black with #640605

Text Example


Text Example

White with #640605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640605; }

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

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

background-color css

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

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

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

border-color css

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

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

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