Html Css Color HEX #600C00 Maroon

📋 copy color: '#600C00'

red 96 ◦ green 12 ◦ blue 0

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

Shades of Maroon #600C00

Tints of Maroon #600C00

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 88.89%
G = 11.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#600C00 (or 0x600C00) is known color: Maroon. HEX triplet: 60, 0C and 00. RGB value is (96,12,0). Sum of RGB (Red+Green+Blue) = 96+12+0=108 (14% of max value = 765). Red value is 96 (37.89% from 255 or 88.89% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 96 - color contains mainly: red. Hex color #600C00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #600C00 is #9FF3FF. Grayscale: #232323. Windows color (decimal): -10482688 or 3168. OLE color: 3168.

HSL color Cylindrical-coordinate representation of color #600C00: hue angle of 7.5º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #600C00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 12 0 -
CMYK 0 0.88 1 0.62
HSL 7.5º 1% 0.19% -
HSV(B) 7.5º 1% 0.38% -
XYZ 4.96 2.75 0.27 -
YUV 35.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 96 12 0 0 0.88 1 0.62 7.5 1 0.19
Hex 60 C 0 0 58 64 3E 8 64 13
Octal 140 14 0 0 130 144 76 10 144 23
Binary 1100000 1100 0 0 1011000 1100100 111110 1000 1100100 10011

Color Harmonies of #600C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600C00

Black with #600C00

Text Example


Text Example

White with #600C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600C00; }

 p { color: rgb(96,12,0); }

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

background-color css

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

 a { background-color: rgb(96,12,0); }

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

border-color css

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

 span { border-color: rgb(96,12,0); }

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