Html Css Color HEX #6D1D19 Red Oxide

📋 copy color: '#6D1D19'

red 109 ◦ green 29 ◦ blue 25

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

Shades of Red Oxide #6D1D19

Tints of Red Oxide #6D1D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 17.79%

 BLUE value IS 25 (10.16% from 255) = 15.34%

R = 66.87%
G = 17.79%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.57

RGB Variations

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

Color information

#6D1D19 (or 0x6D1D19) is known color: Red Oxide. HEX triplet: 6D, 1D and 19. RGB value is (109,29,25). Sum of RGB (Red+Green+Blue) = 109+29+25=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1D19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1D19 is #92E2E6. Grayscale: #343434. Windows color (decimal): -9626343 or 1645933. OLE color: 1645933.

HSL color Cylindrical-coordinate representation of color #6D1D19: hue angle of 2.86º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6D1D19 is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 29 25 -
CMYK 0 0.73 0.77 0.57
HSL 2.86º 0.63% 0.26% -
HSV(B) 2.86º 0.77% 0.43% -
XYZ 6.92 4.2 1.37 -
YUV 52.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 109 29 25 0 0.73 0.77 0.57 2.86 0.63 0.26
Hex 6D 1D 19 0 49 4D 39 3 3F 1A
Octal 155 35 31 0 111 115 71 3 77 32
Binary 1101101 11101 11001 0 1001001 1001101 111001 11 111111 11010

Color Harmonies of #6D1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1D19

Black with #6D1D19

Text Example


Text Example

White with #6D1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,29,25); }

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

background-color css

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

 a { background-color: rgb(109,29,25); }

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

border-color css

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

 span { border-color: rgb(109,29,25); }

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