Html Css Color HEX #681716 Red Oxide

📋 copy color: '#681716'

red 104 ◦ green 23 ◦ blue 22

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

Shades of Red Oxide #681716

Tints of Red Oxide #681716

RGB

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

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

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

R = 69.8%
G = 15.44%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#681716 (or 0x681716) is known color: Red Oxide. HEX triplet: 68, 17 and 16. RGB value is (104,23,22). Sum of RGB (Red+Green+Blue) = 104+23+22=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #681716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681716 is #97E8E9. Grayscale: #2F2F2F. Windows color (decimal): -9955562 or 1447784. OLE color: 1447784.

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

Color convert

RGB 104 23 22 -
CMYK 0 0.78 0.79 0.59
HSL 0.73º 0.65% 0.25% -
HSV(B) 0.73º 0.79% 0.41% -
XYZ 6.16 3.61 1.13 -
YUV 47.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 104 23 22 0 0.78 0.79 0.59 0.73 0.65 0.25
Hex 68 17 16 0 4E 4F 3B 1 41 19
Octal 150 27 26 0 116 117 73 1 101 31
Binary 1101000 10111 10110 0 1001110 1001111 111011 1 1000001 11001

Color Harmonies of #681716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681716

Black with #681716

Text Example


Text Example

White with #681716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681716; }

 p { color: rgb(104,23,22); }

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

background-color css

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

 a { background-color: rgb(104,23,22); }

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

border-color css

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

 span { border-color: rgb(104,23,22); }

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