Html Css Color HEX #6F1602 Maroon

📋 copy color: '#6F1602'

red 111 ◦ green 22 ◦ blue 2

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

Shades of Maroon #6F1602

Tints of Maroon #6F1602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.3%

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

R = 82.22%
G = 16.3%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#6F1602 (or 0x6F1602) is known color: Maroon. HEX triplet: 6F, 16 and 02. RGB value is (111,22,2). Sum of RGB (Red+Green+Blue) = 111+22+2=135 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.22% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1602 is #90E9FD. Grayscale: #2E2E2E. Windows color (decimal): -9497086 or 136815. OLE color: 136815.

HSL color Cylindrical-coordinate representation of color #6F1602: hue angle of 11.01º 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 #6F1602 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 22 2 -
CMYK 0 0.80 0.98 0.56
HSL 11.01º 0.96% 0.22% -
HSV(B) 11.01º 0.98% 0.44% -
XYZ 6.85 3.96 0.46 -
YUV 46.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 111 22 2 0 0.80 0.98 0.56 11.01 0.96 0.22
Hex 6F 16 2 0 50 62 38 B 60 16
Octal 157 26 2 0 120 142 70 13 140 26
Binary 1101111 10110 10 0 1010000 1100010 111000 1011 1100000 10110

Color Harmonies of #6F1602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1602

Black with #6F1602

Text Example


Text Example

White with #6F1602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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