Html Css Color HEX #6A1110 Red Oxide

📋 copy color: '#6A1110'

red 106 ◦ green 17 ◦ blue 16

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

Shades of Red Oxide #6A1110

Tints of Red Oxide #6A1110

RGB

 RED value IS 106 (41.8% from 255) = 76.26%

 GREEN value IS 17 (7.03% from 255) = 12.23%

 BLUE value IS 16 (6.64% from 255) = 11.51%

R = 76.26%
G = 12.23%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.58

RGB Variations

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

Color information

#6A1110 (or 0x6A1110) is known color: Red Oxide. HEX triplet: 6A, 11 and 10. RGB value is (106,17,16). Sum of RGB (Red+Green+Blue) = 106+17+16=139 (18% of max value = 765). Red value is 106 (41.80% from 255 or 76.26% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1110 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1110 is #95EEEF. Grayscale: #2B2B2B. Windows color (decimal): -9826032 or 1053034. OLE color: 1053034.

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

Color convert

RGB 106 17 16 -
CMYK 0 0.84 0.85 0.58
HSL 0.67º 0.74% 0.24% -
HSV(B) 0.67º 0.85% 0.42% -
XYZ 6.24 3.5 0.84 -
YUV 43.5 112.49 172.58 -
System Red Green Blue C M Y K H S L
Decimal 106 17 16 0 0.84 0.85 0.58 0.67 0.74 0.24
Hex 6A 11 10 0 54 55 3A 1 4A 18
Octal 152 21 20 0 124 125 72 1 112 30
Binary 1101010 10001 10000 0 1010100 1010101 111010 1 1001010 11000

Color Harmonies of #6A1110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1110

Black with #6A1110

Text Example


Text Example

White with #6A1110

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,17,16); }

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

background-color css

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

 a { background-color: rgb(106,17,16); }

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

border-color css

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

 span { border-color: rgb(106,17,16); }

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