Html Css Color HEX #6B1005 Maroon

📋 copy color: '#6B1005'

red 107 ◦ green 16 ◦ blue 5

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

Shades of Maroon #6B1005

Tints of Maroon #6B1005

RGB

 RED value IS 107 (42.19% from 255) = 83.59%

 GREEN value IS 16 (6.64% from 255) = 12.5%

 BLUE value IS 5 (2.34% from 255) = 3.91%

R = 83.59%
G = 12.5%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.58

RGB Variations

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

Color information

#6B1005 (or 0x6B1005) is known color: Maroon. HEX triplet: 6B, 10 and 05. RGB value is (107,16,5). Sum of RGB (Red+Green+Blue) = 107+16+5=128 (16% of max value = 765). Red value is 107 (42.19% from 255 or 83.59% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1005 is #94EFFA. Grayscale: #2A2A2A. Windows color (decimal): -9760763 or 331883. OLE color: 331883.

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

Color convert

RGB 107 16 5 -
CMYK 0 0.85 0.95 0.58
HSL 6.47º 0.91% 0.22% -
HSV(B) 6.47º 0.95% 0.42% -
XYZ 6.28 3.51 0.49 -
YUV 41.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 107 16 5 0 0.85 0.95 0.58 6.47 0.91 0.22
Hex 6B 10 5 0 55 5F 3A 6 5B 16
Octal 153 20 5 0 125 137 72 6 133 26
Binary 1101011 10000 101 0 1010101 1011111 111010 110 1011011 10110

Color Harmonies of #6B1005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1005

Black with #6B1005

Text Example


Text Example

White with #6B1005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,16,5); }

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

background-color css

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

 a { background-color: rgb(107,16,5); }

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

border-color css

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

 span { border-color: rgb(107,16,5); }

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