Html Css Color HEX #6C1613 Red Oxide

📋 copy color: '#6C1613'

red 108 ◦ green 22 ◦ blue 19

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

Shades of Red Oxide #6C1613

Tints of Red Oxide #6C1613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.77%

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

R = 72.48%
G = 14.77%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6C1613 (or 0x6C1613) is known color: Red Oxide. HEX triplet: 6C, 16 and 13. RGB value is (108,22,19). Sum of RGB (Red+Green+Blue) = 108+22+19=149 (19% of max value = 765). Red value is 108 (42.58% from 255 or 72.48% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 19 (7.81% from 255 or 12.75% from 149); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C1613 is #93E9EC. Grayscale: #2F2F2F. Windows color (decimal): -9693677 or 1250924. OLE color: 1250924.

HSL color Cylindrical-coordinate representation of color #6C1613: hue angle of 2.02º 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 #6C1613 is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 22 19 -
CMYK 0 0.80 0.82 0.58
HSL 2.02º 0.7% 0.25% -
HSV(B) 2.02º 0.82% 0.42% -
XYZ 6.59 3.81 1 -
YUV 47.37 111.99 171.24 -
System Red Green Blue C M Y K H S L
Decimal 108 22 19 0 0.80 0.82 0.58 2.02 0.7 0.25
Hex 6C 16 13 0 50 52 3A 2 46 19
Octal 154 26 23 0 120 122 72 2 106 31
Binary 1101100 10110 10011 0 1010000 1010010 111010 10 1000110 11001

Color Harmonies of #6C1613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1613

Black with #6C1613

Text Example


Text Example

White with #6C1613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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