Html Css Color HEX #681111 Red Oxide

📋 copy color: '#681111'

red 104 ◦ green 17 ◦ blue 17

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

Shades of Red Oxide #681111

Tints of Red Oxide #681111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

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

R = 75.36%
G = 12.32%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#681111 (or 0x681111) is known color: Red Oxide. HEX triplet: 68, 11 and 11. RGB value is (104,17,17). Sum of RGB (Red+Green+Blue) = 104+17+17=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #681111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681111 is #97EEEE. Grayscale: #2B2B2B. Windows color (decimal): -9957103 or 1118568. OLE color: 1118568.

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

Color convert

RGB 104 17 17 -
CMYK 0 0.84 0.84 0.59
HSL 0.72% 0.24% -
HSV(B) 0.84% 0.41% -
XYZ 6.01 3.38 0.87 -
YUV 43.01 113.32 171.5 -
System Red Green Blue C M Y K H S L
Decimal 104 17 17 0 0.84 0.84 0.59 0 0.72 0.24
Hex 68 11 11 0 54 54 3B 0 48 18
Octal 150 21 21 0 124 124 73 0 110 30
Binary 1101000 10001 10001 0 1010100 1010100 111011 0 1001000 11000

Color Harmonies of #681111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681111

Black with #681111

Text Example


Text Example

White with #681111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681111; }

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

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

background-color css

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

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

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

border-color css

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

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

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