Html Css Color HEX #681910 Red Oxide

📋 copy color: '#681910'

red 104 ◦ green 25 ◦ blue 16

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

Shades of Red Oxide #681910

Tints of Red Oxide #681910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.03%

R = 71.72%
G = 17.24%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#681910 (or 0x681910) is known color: Red Oxide. HEX triplet: 68, 19 and 10. RGB value is (104,25,16). Sum of RGB (Red+Green+Blue) = 104+25+16=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #681910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681910 is #97E6EF. Grayscale: #2F2F2F. Windows color (decimal): -9955056 or 1055080. OLE color: 1055080.

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

Color convert

RGB 104 25 16 -
CMYK 0 0.76 0.85 0.59
HSL 6.14º 0.73% 0.24% -
HSV(B) 6.14º 0.85% 0.41% -
XYZ 6.15 3.68 0.88 -
YUV 47.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 104 25 16 0 0.76 0.85 0.59 6.14 0.73 0.24
Hex 68 19 10 0 4C 55 3B 6 49 18
Octal 150 31 20 0 114 125 73 6 111 30
Binary 1101000 11001 10000 0 1001100 1010101 111011 110 1001001 11000

Color Harmonies of #681910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681910

Black with #681910

Text Example


Text Example

White with #681910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681910; }

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

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

background-color css

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

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

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

border-color css

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

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

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