Html Css Color HEX #6D2016 Red Oxide

📋 copy color: '#6D2016'

red 109 ◦ green 32 ◦ blue 22

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

Shades of Red Oxide #6D2016

Tints of Red Oxide #6D2016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.5%

R = 66.87%
G = 19.63%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.57

RGB Variations

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

Color information

#6D2016 (or 0x6D2016) is known color: Red Oxide. HEX triplet: 6D, 20 and 16. RGB value is (109,32,22). Sum of RGB (Red+Green+Blue) = 109+32+22=163 (21% of max value = 765). Red value is 109 (42.97% from 255 or 66.87% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 109 - color contains mainly: red. Hex color #6D2016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D2016 is #92DFE9. Grayscale: #363636. Windows color (decimal): -9625578 or 1450093. OLE color: 1450093.

HSL color Cylindrical-coordinate representation of color #6D2016: hue angle of 6.9º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D2016 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 32 22 -
CMYK 0 0.71 0.80 0.57
HSL 6.9º 0.66% 0.26% -
HSV(B) 6.9º 0.8% 0.43% -
XYZ 6.97 4.34 1.23 -
YUV 53.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 109 32 22 0 0.71 0.80 0.57 6.9 0.66 0.26
Hex 6D 20 16 0 47 50 39 7 42 1A
Octal 155 40 26 0 107 120 71 7 102 32
Binary 1101101 100000 10110 0 1000111 1010000 111001 111 1000010 11010

Color Harmonies of #6D2016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2016

Black with #6D2016

Text Example


Text Example

White with #6D2016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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