Html Css Color HEX #681E11 Red Oxide

📋 copy color: '#681E11'

red 104 ◦ green 30 ◦ blue 17

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

Shades of Red Oxide #681E11

Tints of Red Oxide #681E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.26%

R = 68.87%
G = 19.87%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#681E11 (or 0x681E11) is known color: Red Oxide. HEX triplet: 68, 1E and 11. RGB value is (104,30,17). Sum of RGB (Red+Green+Blue) = 104+30+17=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #681E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E11 is #97E1EE. Grayscale: #323232. Windows color (decimal): -9953775 or 1121896. OLE color: 1121896.

HSL color Cylindrical-coordinate representation of color #681E11: hue angle of 8.97º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681E11 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 30 17 -
CMYK 0 0.71 0.84 0.59
HSL 8.97º 0.72% 0.24% -
HSV(B) 8.97º 0.84% 0.41% -
XYZ 6.27 3.91 0.95 -
YUV 50.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 104 30 17 0 0.71 0.84 0.59 8.97 0.72 0.24
Hex 68 1E 11 0 47 54 3B 9 48 18
Octal 150 36 21 0 107 124 73 11 110 30
Binary 1101000 11110 10001 0 1000111 1010100 111011 1001 1001000 11000

Color Harmonies of #681E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E11

Black with #681E11

Text Example


Text Example

White with #681E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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