Html Css Color HEX #6C0704 Maroon

📋 copy color: '#6C0704'

red 108 ◦ green 7 ◦ blue 4

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

Shades of Maroon #6C0704

Tints of Maroon #6C0704

RGB

 RED value IS 108 (42.58% from 255) = 90.76%

 GREEN value IS 7 (3.13% from 255) = 5.88%

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

R = 90.76%
G = 5.88%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#6C0704 (or 0x6C0704) is known color: Maroon. HEX triplet: 6C, 07 and 04. RGB value is (108,7,4). Sum of RGB (Red+Green+Blue) = 108+7+4=119 (15% of max value = 765). Red value is 108 (42.58% from 255 or 90.76% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0704 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0704 is #93F8FB. Grayscale: #242424. Windows color (decimal): -9697532 or 264044. OLE color: 264044.

HSL color Cylindrical-coordinate representation of color #6C0704: hue angle of 1.73º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C0704 is Cyan = 0, Magento = 0.94, Yellow = 0.96 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 7 4 -
CMYK 0 0.94 0.96 0.58
HSL 1.73º 0.93% 0.22% -
HSV(B) 1.73º 0.96% 0.42% -
XYZ 6.28 3.35 0.43 -
YUV 36.86 109.46 178.74 -
System Red Green Blue C M Y K H S L
Decimal 108 7 4 0 0.94 0.96 0.58 1.73 0.93 0.22
Hex 6C 7 4 0 5E 60 3A 2 5D 16
Octal 154 7 4 0 136 140 72 2 135 26
Binary 1101100 111 100 0 1011110 1100000 111010 10 1011101 10110

Color Harmonies of #6C0704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0704

Black with #6C0704

Text Example


Text Example

White with #6C0704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C0704; }

 p { color: rgb(108,7,4); }

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

background-color css

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

 a { background-color: rgb(108,7,4); }

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

border-color css

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

 span { border-color: rgb(108,7,4); }

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