Html Css Color HEX #6C0D02 Maroon

📋 copy color: '#6C0D02'

red 108 ◦ green 13 ◦ blue 2

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

Shades of Maroon #6C0D02

Tints of Maroon #6C0D02

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.57%

 BLUE value IS 2 (1.17% from 255) = 1.63%

R = 87.8%
G = 10.57%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.58

RGB Variations

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

Color information

#6C0D02 (or 0x6C0D02) is known color: Maroon. HEX triplet: 6C, 0D and 02. RGB value is (108,13,2). Sum of RGB (Red+Green+Blue) = 108+13+2=123 (16% of max value = 765). Red value is 108 (42.58% from 255 or 87.80% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0D02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0D02 is #93F2FD. Grayscale: #282828. Windows color (decimal): -9695998 or 134508. OLE color: 134508.

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

Color convert

RGB 108 13 2 -
CMYK 0 0.88 0.98 0.58
HSL 6.23º 0.96% 0.22% -
HSV(B) 6.23º 0.98% 0.42% -
XYZ 6.34 3.48 0.4 -
YUV 40.15 106.47 176.39 -
System Red Green Blue C M Y K H S L
Decimal 108 13 2 0 0.88 0.98 0.58 6.23 0.96 0.22
Hex 6C D 2 0 58 62 3A 6 60 16
Octal 154 15 2 0 130 142 72 6 140 26
Binary 1101100 1101 10 0 1011000 1100010 111010 110 1100000 10110

Color Harmonies of #6C0D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0D02

Black with #6C0D02

Text Example


Text Example

White with #6C0D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,13,2); }

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

background-color css

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

 a { background-color: rgb(108,13,2); }

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

border-color css

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

 span { border-color: rgb(108,13,2); }

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