Html Css Color HEX #600805 Maroon

📋 copy color: '#600805'

red 96 ◦ green 8 ◦ blue 5

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

Shades of Maroon #600805

Tints of Maroon #600805

RGB

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

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

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

R = 88.07%
G = 7.34%
B = 4.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.95

 K value IS 0.62

RGB Variations

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

Color information

#600805 (or 0x600805) is known color: Maroon. HEX triplet: 60, 08 and 05. RGB value is (96,8,5). Sum of RGB (Red+Green+Blue) = 96+8+5=109 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.07% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 96 - color contains mainly: red. Hex color #600805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600805 is #9FF7FA. Grayscale: #222222. Windows color (decimal): -10483707 or 329824. OLE color: 329824.

HSL color Cylindrical-coordinate representation of color #600805: hue angle of 1.98º 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 #600805 is Cyan = 0, Magento = 0.92, Yellow = 0.95 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 8 5 -
CMYK 0 0.92 0.95 0.62
HSL 1.98º 0.9% 0.2% -
HSV(B) 1.98º 0.95% 0.38% -
XYZ 4.94 2.67 0.4 -
YUV 33.97 111.65 172.24 -
System Red Green Blue C M Y K H S L
Decimal 96 8 5 0 0.92 0.95 0.62 1.98 0.9 0.2
Hex 60 8 5 0 5C 5F 3E 2 5A 14
Octal 140 10 5 0 134 137 76 2 132 24
Binary 1100000 1000 101 0 1011100 1011111 111110 10 1011010 10100

Color Harmonies of #600805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600805

Black with #600805

Text Example


Text Example

White with #600805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600805; }

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

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

background-color css

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

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

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

border-color css

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

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

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