Html Css Color HEX #6D2019 Red Oxide

📋 copy color: '#6D2019'

red 109 ◦ green 32 ◦ blue 25

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

Shades of Red Oxide #6D2019

Tints of Red Oxide #6D2019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 19.28%

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

R = 65.66%
G = 19.28%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.57

RGB Variations

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

Color information

#6D2019 (or 0x6D2019) is known color: Red Oxide. HEX triplet: 6D, 20 and 19. RGB value is (109,32,25). Sum of RGB (Red+Green+Blue) = 109+32+25=166 (21% of max value = 765). Red value is 109 (42.97% from 255 or 65.66% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2019 is #92DFE6. Grayscale: #363636. Windows color (decimal): -9625575 or 1646701. OLE color: 1646701.

HSL color Cylindrical-coordinate representation of color #6D2019: hue angle of 5º 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 #6D2019 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 32 25 -
CMYK 0 0.71 0.77 0.57
HSL 0.63% 0.26% -
HSV(B) 0.77% 0.43% -
XYZ 7 4.35 1.39 -
YUV 54.23 111.51 167.07 -
System Red Green Blue C M Y K H S L
Decimal 109 32 25 0 0.71 0.77 0.57 5 0.63 0.26
Hex 6D 20 19 0 47 4D 39 5 3F 1A
Octal 155 40 31 0 107 115 71 5 77 32
Binary 1101101 100000 11001 0 1000111 1001101 111001 101 111111 11010

Color Harmonies of #6D2019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2019

Black with #6D2019

Text Example


Text Example

White with #6D2019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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