Html Css Color HEX #681915 Red Oxide

📋 copy color: '#681915'

red 104 ◦ green 25 ◦ blue 21

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

Shades of Red Oxide #681915

Tints of Red Oxide #681915

RGB

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

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

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

R = 69.33%
G = 16.67%
B = 14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#681915 (or 0x681915) is known color: Red Oxide. HEX triplet: 68, 19 and 15. RGB value is (104,25,21). Sum of RGB (Red+Green+Blue) = 104+25+21=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #681915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681915 is #97E6EA. Grayscale: #303030. Windows color (decimal): -9955051 or 1382760. OLE color: 1382760.

HSL color Cylindrical-coordinate representation of color #681915: hue angle of 2.89º 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 #681915 is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 25 21 -
CMYK 0 0.76 0.80 0.59
HSL 2.89º 0.66% 0.25% -
HSV(B) 2.89º 0.8% 0.41% -
XYZ 6.19 3.69 1.1 -
YUV 48.17 112.67 167.83 -
System Red Green Blue C M Y K H S L
Decimal 104 25 21 0 0.76 0.80 0.59 2.89 0.66 0.25
Hex 68 19 15 0 4C 50 3B 3 42 19
Octal 150 31 25 0 114 120 73 3 102 31
Binary 1101000 11001 10101 0 1001100 1010000 111011 11 1000010 11001

Color Harmonies of #681915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681915

Black with #681915

Text Example


Text Example

White with #681915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681915; }

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

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

background-color css

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

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

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

border-color css

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

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

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