Html Css Color HEX #681411 Red Oxide

📋 copy color: '#681411'

red 104 ◦ green 20 ◦ blue 17

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

Shades of Red Oxide #681411

Tints of Red Oxide #681411

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.18%

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

R = 73.76%
G = 14.18%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#681411 (or 0x681411) is known color: Red Oxide. HEX triplet: 68, 14 and 11. RGB value is (104,20,17). Sum of RGB (Red+Green+Blue) = 104+20+17=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #681411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681411 is #97EBEE. Grayscale: #2C2C2C. Windows color (decimal): -9956335 or 1119336. OLE color: 1119336.

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

Color convert

RGB 104 20 17 -
CMYK 0 0.81 0.84 0.59
HSL 2.07º 0.72% 0.24% -
HSV(B) 2.07º 0.84% 0.41% -
XYZ 6.06 3.48 0.88 -
YUV 44.77 112.33 170.24 -
System Red Green Blue C M Y K H S L
Decimal 104 20 17 0 0.81 0.84 0.59 2.07 0.72 0.24
Hex 68 14 11 0 51 54 3B 2 48 18
Octal 150 24 21 0 121 124 73 2 110 30
Binary 1101000 10100 10001 0 1010001 1010100 111011 10 1001000 11000

Color Harmonies of #681411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681411

Black with #681411

Text Example


Text Example

White with #681411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681411; }

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

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

background-color css

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

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

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

border-color css

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

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

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