Html Css Color HEX #681C11 Red Oxide

📋 copy color: '#681C11'

red 104 ◦ green 28 ◦ blue 17

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

Shades of Red Oxide #681C11

Tints of Red Oxide #681C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.79%

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

R = 69.8%
G = 18.79%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#681C11 (or 0x681C11) is known color: Red Oxide. HEX triplet: 68, 1C and 11. RGB value is (104,28,17). Sum of RGB (Red+Green+Blue) = 104+28+17=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #681C11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681C11 is #97E3EE. Grayscale: #313131. Windows color (decimal): -9954287 or 1121384. OLE color: 1121384.

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

Color convert

RGB 104 28 17 -
CMYK 0 0.73 0.84 0.59
HSL 7.59º 0.72% 0.24% -
HSV(B) 7.59º 0.84% 0.41% -
XYZ 6.23 3.81 0.94 -
YUV 49.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 104 28 17 0 0.73 0.84 0.59 7.59 0.72 0.24
Hex 68 1C 11 0 49 54 3B 8 48 18
Octal 150 34 21 0 111 124 73 10 110 30
Binary 1101000 11100 10001 0 1001001 1010100 111011 1000 1001000 11000

Color Harmonies of #681C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681C11

Black with #681C11

Text Example


Text Example

White with #681C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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