Html Css Color HEX #681912 Red Oxide

📋 copy color: '#681912'

red 104 ◦ green 25 ◦ blue 18

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

Shades of Red Oxide #681912

Tints of Red Oxide #681912

RGB

 RED value IS 104 (41.02% from 255) = 70.75%

 GREEN value IS 25 (10.16% from 255) = 17.01%

 BLUE value IS 18 (7.42% from 255) = 12.24%

R = 70.75%
G = 17.01%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#681912 (or 0x681912) is known color: Red Oxide. HEX triplet: 68, 19 and 12. RGB value is (104,25,18). Sum of RGB (Red+Green+Blue) = 104+25+18=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #681912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681912 is #97E6ED. Grayscale: #2F2F2F. Windows color (decimal): -9955054 or 1186152. OLE color: 1186152.

HSL color Cylindrical-coordinate representation of color #681912: hue angle of 4.88º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #681912 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 25 18 -
CMYK 0 0.76 0.83 0.59
HSL 4.88º 0.7% 0.24% -
HSV(B) 4.88º 0.83% 0.41% -
XYZ 6.17 3.68 0.96 -
YUV 47.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 104 25 18 0 0.76 0.83 0.59 4.88 0.7 0.24
Hex 68 19 12 0 4C 53 3B 5 46 18
Octal 150 31 22 0 114 123 73 5 106 30
Binary 1101000 11001 10010 0 1001100 1010011 111011 101 1000110 11000

Color Harmonies of #681912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681912

Black with #681912

Text Example


Text Example

White with #681912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681912; }

 p { color: rgb(104,25,18); }

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

background-color css

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

 a { background-color: rgb(104,25,18); }

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

border-color css

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

 span { border-color: rgb(104,25,18); }

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