Html Css Color HEX #6A1611 Red Oxide

📋 copy color: '#6A1611'

red 106 ◦ green 22 ◦ blue 17

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

Shades of Red Oxide #6A1611

Tints of Red Oxide #6A1611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.72%

R = 73.1%
G = 15.17%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#6A1611 (or 0x6A1611) is known color: Red Oxide. HEX triplet: 6A, 16 and 11. RGB value is (106,22,17). Sum of RGB (Red+Green+Blue) = 106+22+17=145 (19% of max value = 765). Red value is 106 (41.80% from 255 or 73.10% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 17 (7.03% from 255 or 11.72% from 145); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1611 is #95E9EE. Grayscale: #2E2E2E. Windows color (decimal): -9824751 or 1119850. OLE color: 1119850.

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

Color convert

RGB 106 22 17 -
CMYK 0 0.79 0.84 0.58
HSL 3.37º 0.72% 0.24% -
HSV(B) 3.37º 0.84% 0.42% -
XYZ 6.33 3.68 0.91 -
YUV 46.55 111.33 170.41 -
System Red Green Blue C M Y K H S L
Decimal 106 22 17 0 0.79 0.84 0.58 3.37 0.72 0.24
Hex 6A 16 11 0 4F 54 3A 3 48 18
Octal 152 26 21 0 117 124 72 3 110 30
Binary 1101010 10110 10001 0 1001111 1010100 111010 11 1001000 11000

Color Harmonies of #6A1611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1611

Black with #6A1611

Text Example


Text Example

White with #6A1611

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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