Html Css Color HEX #681917 Red Oxide

📋 copy color: '#681917'

red 104 ◦ green 25 ◦ blue 23

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

Shades of Red Oxide #681917

Tints of Red Oxide #681917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.13%

R = 68.42%
G = 16.45%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#681917 (or 0x681917) is known color: Red Oxide. HEX triplet: 68, 19 and 17. RGB value is (104,25,23). Sum of RGB (Red+Green+Blue) = 104+25+23=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #681917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681917 is #97E6E8. Grayscale: #303030. Windows color (decimal): -9955049 or 1513832. OLE color: 1513832.

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

Color convert

RGB 104 25 23 -
CMYK 0 0.76 0.78 0.59
HSL 1.48º 0.64% 0.25% -
HSV(B) 1.48º 0.78% 0.41% -
XYZ 6.21 3.7 1.2 -
YUV 48.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 104 25 23 0 0.76 0.78 0.59 1.48 0.64 0.25
Hex 68 19 17 0 4C 4E 3B 1 40 19
Octal 150 31 27 0 114 116 73 1 100 31
Binary 1101000 11001 10111 0 1001100 1001110 111011 1 1000000 11001

Color Harmonies of #681917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681917

Black with #681917

Text Example


Text Example

White with #681917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681917; }

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

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

background-color css

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

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

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

border-color css

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

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

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