Html Css Color HEX #600605 Maroon

📋 copy color: '#600605'

red 96 ◦ green 6 ◦ blue 5

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

Shades of Maroon #600605

Tints of Maroon #600605

RGB

 RED value IS 96 (37.89% from 255) = 89.72%

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

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

R = 89.72%
G = 5.61%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#600605 (or 0x600605) is known color: Maroon. HEX triplet: 60, 06 and 05. RGB value is (96,6,5). Sum of RGB (Red+Green+Blue) = 96+6+5=107 (14% of max value = 765). Red value is 96 (37.89% from 255 or 89.72% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 96 - color contains mainly: red. Hex color #600605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600605 is #9FF9FA. Grayscale: #202020. Windows color (decimal): -10484219 or 329312. OLE color: 329312.

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

Color convert

RGB 96 6 5 -
CMYK 0 0.94 0.95 0.62
HSL 0.66º 0.9% 0.2% -
HSV(B) 0.66º 0.95% 0.38% -
XYZ 4.92 2.63 0.39 -
YUV 32.8 112.32 173.08 -
System Red Green Blue C M Y K H S L
Decimal 96 6 5 0 0.94 0.95 0.62 0.66 0.9 0.2
Hex 60 6 5 0 5E 5F 3E 1 5A 14
Octal 140 6 5 0 136 137 76 1 132 24
Binary 1100000 110 101 0 1011110 1011111 111110 1 1011010 10100

Color Harmonies of #600605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600605

Black with #600605

Text Example


Text Example

White with #600605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600605; }

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

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

background-color css

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

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

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

border-color css

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

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

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