Html Css Color HEX #6D1F0C Red Oxide

📋 copy color: '#6D1F0C'

red 109 ◦ green 31 ◦ blue 12

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

Shades of Red Oxide #6D1F0C

Tints of Red Oxide #6D1F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.39%

 BLUE value IS 12 (5.08% from 255) = 7.89%

R = 71.71%
G = 20.39%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D1F0C (or 0x6D1F0C) is known color: Red Oxide. HEX triplet: 6D, 1F and 0C. RGB value is (109,31,12). Sum of RGB (Red+Green+Blue) = 109+31+12=152 (20% of max value = 765). Red value is 109 (42.97% from 255 or 71.71% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 109 - color contains mainly: red. Hex color #6D1F0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6D1F0C is #92E0F3. Grayscale: #343434. Windows color (decimal): -9625844 or 794477. OLE color: 794477.

HSL color Cylindrical-coordinate representation of color #6D1F0C: hue angle of 11.75º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D1F0C is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 31 12 -
CMYK 0 0.72 0.89 0.57
HSL 11.75º 0.8% 0.24% -
HSV(B) 11.75º 0.89% 0.43% -
XYZ 6.86 4.26 0.81 -
YUV 52.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 109 31 12 0 0.72 0.89 0.57 11.75 0.8 0.24
Hex 6D 1F C 0 48 59 39 C 50 18
Octal 155 37 14 0 110 131 71 14 120 30
Binary 1101101 11111 1100 0 1001000 1011001 111001 1100 1010000 11000

Color Harmonies of #6D1F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1F0C

Black with #6D1F0C

Text Example


Text Example

White with #6D1F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,31,12); }

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

background-color css

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

 a { background-color: rgb(109,31,12); }

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

border-color css

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

 span { border-color: rgb(109,31,12); }

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