Html Css Color HEX #6A1813 Red Oxide

📋 copy color: '#6A1813'

red 106 ◦ green 24 ◦ blue 19

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

Shades of Red Oxide #6A1813

Tints of Red Oxide #6A1813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.11%

 BLUE value IS 19 (7.81% from 255) = 12.75%

R = 71.14%
G = 16.11%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6A1813 (or 0x6A1813) is known color: Red Oxide. HEX triplet: 6A, 18 and 13. RGB value is (106,24,19). Sum of RGB (Red+Green+Blue) = 106+24+19=149 (19% of max value = 765). Red value is 106 (41.80% from 255 or 71.14% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A1813 is #95E7EC. Grayscale: #303030. Windows color (decimal): -9824237 or 1251434. OLE color: 1251434.

HSL color Cylindrical-coordinate representation of color #6A1813: hue angle of 3.45º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A1813 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 24 19 -
CMYK 0 0.77 0.82 0.58
HSL 3.45º 0.7% 0.25% -
HSV(B) 3.45º 0.82% 0.42% -
XYZ 6.39 3.76 1.01 -
YUV 47.95 111.67 169.41 -
System Red Green Blue C M Y K H S L
Decimal 106 24 19 0 0.77 0.82 0.58 3.45 0.7 0.25
Hex 6A 18 13 0 4D 52 3A 3 46 19
Octal 152 30 23 0 115 122 72 3 106 31
Binary 1101010 11000 10011 0 1001101 1010010 111010 11 1000110 11001

Color Harmonies of #6A1813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1813

Black with #6A1813

Text Example


Text Example

White with #6A1813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,24,19); }

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

background-color css

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

 a { background-color: rgb(106,24,19); }

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

border-color css

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

 span { border-color: rgb(106,24,19); }

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