Html Css Color HEX #681211 Red Oxide

📋 copy color: '#681211'

red 104 ◦ green 18 ◦ blue 17

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

Shades of Red Oxide #681211

Tints of Red Oxide #681211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.95%

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

R = 74.82%
G = 12.95%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#681211 (or 0x681211) is known color: Red Oxide. HEX triplet: 68, 12 and 11. RGB value is (104,18,17). Sum of RGB (Red+Green+Blue) = 104+18+17=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #681211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681211 is #97EDEE. Grayscale: #2B2B2B. Windows color (decimal): -9956847 or 1118824. OLE color: 1118824.

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

Color convert

RGB 104 18 17 -
CMYK 0 0.83 0.84 0.59
HSL 0.69º 0.72% 0.24% -
HSV(B) 0.69º 0.84% 0.41% -
XYZ 6.03 3.42 0.87 -
YUV 43.6 112.99 171.08 -
System Red Green Blue C M Y K H S L
Decimal 104 18 17 0 0.83 0.84 0.59 0.69 0.72 0.24
Hex 68 12 11 0 53 54 3B 1 48 18
Octal 150 22 21 0 123 124 73 1 110 30
Binary 1101000 10010 10001 0 1010011 1010100 111011 1 1001000 11000

Color Harmonies of #681211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681211

Black with #681211

Text Example


Text Example

White with #681211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681211; }

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

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

background-color css

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

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

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

border-color css

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

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

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