Html Css Color HEX #6C1713 Red Oxide

📋 copy color: '#6C1713'

red 108 ◦ green 23 ◦ blue 19

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

Shades of Red Oxide #6C1713

Tints of Red Oxide #6C1713

RGB

 RED value IS 108 (42.58% from 255) = 72%

 GREEN value IS 23 (9.38% from 255) = 15.33%

 BLUE value IS 19 (7.81% from 255) = 12.67%

R = 72%
G = 15.33%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6C1713 (or 0x6C1713) is known color: Red Oxide. HEX triplet: 6C, 17 and 13. RGB value is (108,23,19). Sum of RGB (Red+Green+Blue) = 108+23+19=150 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72% from 150); Green value is 23 (9.38% from 255 or 15.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1713 is #93E8EC. Grayscale: #303030. Windows color (decimal): -9693421 or 1251180. OLE color: 1251180.

HSL color Cylindrical-coordinate representation of color #6C1713: hue angle of 2.7º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C1713 is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 23 19 -
CMYK 0 0.79 0.82 0.58
HSL 2.7º 0.7% 0.25% -
HSV(B) 2.7º 0.82% 0.42% -
XYZ 6.61 3.85 1.01 -
YUV 47.96 111.66 170.83 -
System Red Green Blue C M Y K H S L
Decimal 108 23 19 0 0.79 0.82 0.58 2.7 0.7 0.25
Hex 6C 17 13 0 4F 52 3A 3 46 19
Octal 154 27 23 0 117 122 72 3 106 31
Binary 1101100 10111 10011 0 1001111 1010010 111010 11 1000110 11001

Color Harmonies of #6C1713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1713

Black with #6C1713

Text Example


Text Example

White with #6C1713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,23,19); }

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

background-color css

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

 a { background-color: rgb(108,23,19); }

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

border-color css

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

 span { border-color: rgb(108,23,19); }

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