Html Css Color HEX #6D1A14 Red Oxide

📋 copy color: '#6D1A14'

red 109 ◦ green 26 ◦ blue 20

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

Shades of Red Oxide #6D1A14

Tints of Red Oxide #6D1A14

RGB

 RED value IS 109 (42.97% from 255) = 70.32%

 GREEN value IS 26 (10.55% from 255) = 16.77%

 BLUE value IS 20 (8.2% from 255) = 12.9%

R = 70.32%
G = 16.77%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#6D1A14 (or 0x6D1A14) is known color: Red Oxide. HEX triplet: 6D, 1A and 14. RGB value is (109,26,20). Sum of RGB (Red+Green+Blue) = 109+26+20=155 (20% of max value = 765). Red value is 109 (42.97% from 255 or 70.32% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1A14 is #92E5EB. Grayscale: #323232. Windows color (decimal): -9627116 or 1317485. OLE color: 1317485.

HSL color Cylindrical-coordinate representation of color #6D1A14: hue angle of 4.04º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6D1A14 is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 26 20 -
CMYK 0 0.76 0.82 0.57
HSL 4.04º 0.69% 0.25% -
HSV(B) 4.04º 0.82% 0.43% -
XYZ 6.8 4.04 1.08 -
YUV 50.13 111 169.99 -
System Red Green Blue C M Y K H S L
Decimal 109 26 20 0 0.76 0.82 0.57 4.04 0.69 0.25
Hex 6D 1A 14 0 4C 52 39 4 45 19
Octal 155 32 24 0 114 122 71 4 105 31
Binary 1101101 11010 10100 0 1001100 1010010 111001 100 1000101 11001

Color Harmonies of #6D1A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1A14

Black with #6D1A14

Text Example


Text Example

White with #6D1A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,26,20); }

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

background-color css

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

 a { background-color: rgb(109,26,20); }

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

border-color css

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

 span { border-color: rgb(109,26,20); }

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