Html Css Color HEX #6F0602 Maroon

📋 copy color: '#6F0602'

red 111 ◦ green 6 ◦ blue 2

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

Shades of Maroon #6F0602

Tints of Maroon #6F0602

RGB

 RED value IS 111 (43.75% from 255) = 93.28%

 GREEN value IS 6 (2.73% from 255) = 5.04%

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

R = 93.28%
G = 5.04%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#6F0602 (or 0x6F0602) is known color: Maroon. HEX triplet: 6F, 06 and 02. RGB value is (111,6,2). Sum of RGB (Red+Green+Blue) = 111+6+2=119 (15% of max value = 765). Red value is 111 (43.75% from 255 or 93.28% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0602 is #90F9FD. Grayscale: #252525. Windows color (decimal): -9501182 or 132719. OLE color: 132719.

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

Color convert

RGB 111 6 2 -
CMYK 0 0.95 0.98 0.56
HSL 2.2º 0.96% 0.22% -
HSV(B) 2.2º 0.98% 0.44% -
XYZ 6.63 3.51 0.39 -
YUV 36.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 111 6 2 0 0.95 0.98 0.56 2.2 0.96 0.22
Hex 6F 6 2 0 5F 62 38 2 60 16
Octal 157 6 2 0 137 142 70 2 140 26
Binary 1101111 110 10 0 1011111 1100010 111000 10 1100000 10110

Color Harmonies of #6F0602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0602

Black with #6F0602

Text Example


Text Example

White with #6F0602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,6,2); }

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

background-color css

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

 a { background-color: rgb(111,6,2); }

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

border-color css

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

 span { border-color: rgb(111,6,2); }

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