Html Css Color HEX #681815 Red Oxide

📋 copy color: '#681815'

red 104 ◦ green 24 ◦ blue 21

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

Shades of Red Oxide #681815

Tints of Red Oxide #681815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.11%

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 69.8%
G = 16.11%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#681815 (or 0x681815) is known color: Red Oxide. HEX triplet: 68, 18 and 15. RGB value is (104,24,21). Sum of RGB (Red+Green+Blue) = 104+24+21=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #681815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681815 is #97E7EA. Grayscale: #2F2F2F. Windows color (decimal): -9955307 or 1382504. OLE color: 1382504.

HSL color Cylindrical-coordinate representation of color #681815: hue angle of 2.17º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681815 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 24 21 -
CMYK 0 0.77 0.80 0.59
HSL 2.17º 0.66% 0.25% -
HSV(B) 2.17º 0.8% 0.41% -
XYZ 6.17 3.65 1.09 -
YUV 47.58 113 168.24 -
System Red Green Blue C M Y K H S L
Decimal 104 24 21 0 0.77 0.80 0.59 2.17 0.66 0.25
Hex 68 18 15 0 4D 50 3B 2 42 19
Octal 150 30 25 0 115 120 73 2 102 31
Binary 1101000 11000 10101 0 1001101 1010000 111011 10 1000010 11001

Color Harmonies of #681815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681815

Black with #681815

Text Example


Text Example

White with #681815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681815; }

 p { color: rgb(104,24,21); }

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

background-color css

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

 a { background-color: rgb(104,24,21); }

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

border-color css

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

 span { border-color: rgb(104,24,21); }

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