Html Css Color HEX #681E15 Red Oxide

📋 copy color: '#681E15'

red 104 ◦ green 30 ◦ blue 21

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

Shades of Red Oxide #681E15

Tints of Red Oxide #681E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

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

R = 67.1%
G = 19.35%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#681E15 (or 0x681E15) is known color: Red Oxide. HEX triplet: 68, 1E and 15. RGB value is (104,30,21). Sum of RGB (Red+Green+Blue) = 104+30+21=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #681E15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E15 is #97E1EA. Grayscale: #333333. Windows color (decimal): -9953771 or 1384040. OLE color: 1384040.

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

Color convert

RGB 104 30 21 -
CMYK 0 0.71 0.80 0.59
HSL 6.51º 0.66% 0.25% -
HSV(B) 6.51º 0.8% 0.41% -
XYZ 6.31 3.93 1.13 -
YUV 51.1 111.02 165.73 -
System Red Green Blue C M Y K H S L
Decimal 104 30 21 0 0.71 0.80 0.59 6.51 0.66 0.25
Hex 68 1E 15 0 47 50 3B 7 42 19
Octal 150 36 25 0 107 120 73 7 102 31
Binary 1101000 11110 10101 0 1000111 1010000 111011 111 1000010 11001

Color Harmonies of #681E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E15

Black with #681E15

Text Example


Text Example

White with #681E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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