Html Css Color HEX #6C0B03 Maroon

📋 copy color: '#6C0B03'

red 108 ◦ green 11 ◦ blue 3

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

Shades of Maroon #6C0B03

Tints of Maroon #6C0B03

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.02%

 BLUE value IS 3 (1.56% from 255) = 2.46%

R = 88.52%
G = 9.02%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#6C0B03 (or 0x6C0B03) is known color: Maroon. HEX triplet: 6C, 0B and 03. RGB value is (108,11,3). Sum of RGB (Red+Green+Blue) = 108+11+3=122 (16% of max value = 765). Red value is 108 (42.58% from 255 or 88.52% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B03 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0B03 is #93F4FC. Grayscale: #272727. Windows color (decimal): -9696509 or 199532. OLE color: 199532.

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

Color convert

RGB 108 11 3 -
CMYK 0 0.90 0.97 0.58
HSL 4.57º 0.95% 0.22% -
HSV(B) 4.57º 0.97% 0.42% -
XYZ 6.32 3.43 0.42 -
YUV 39.09 107.64 177.15 -
System Red Green Blue C M Y K H S L
Decimal 108 11 3 0 0.90 0.97 0.58 4.57 0.95 0.22
Hex 6C B 3 0 5A 61 3A 5 5F 16
Octal 154 13 3 0 132 141 72 5 137 26
Binary 1101100 1011 11 0 1011010 1100001 111010 101 1011111 10110

Color Harmonies of #6C0B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0B03

Black with #6C0B03

Text Example


Text Example

White with #6C0B03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,11,3); }

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

background-color css

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

 a { background-color: rgb(108,11,3); }

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

border-color css

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

 span { border-color: rgb(108,11,3); }

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