Html Css Color HEX #681108 Red Oxide

📋 copy color: '#681108'

red 104 ◦ green 17 ◦ blue 8

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

Shades of Red Oxide #681108

Tints of Red Oxide #681108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.2%

R = 80.62%
G = 13.18%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.59

RGB Variations

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

Color information

#681108 (or 0x681108) is known color: Red Oxide. HEX triplet: 68, 11 and 08. RGB value is (104,17,8). Sum of RGB (Red+Green+Blue) = 104+17+8=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 8 (3.52% from 255 or 6.20% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #681108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681108 is #97EEF7. Grayscale: #2A2A2A. Windows color (decimal): -9957112 or 528744. OLE color: 528744.

HSL color Cylindrical-coordinate representation of color #681108: hue angle of 5.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #681108 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 17 8 -
CMYK 0 0.84 0.92 0.59
HSL 5.63º 0.86% 0.22% -
HSV(B) 5.63º 0.92% 0.41% -
XYZ 5.95 3.36 0.56 -
YUV 41.99 108.82 172.23 -
System Red Green Blue C M Y K H S L
Decimal 104 17 8 0 0.84 0.92 0.59 5.63 0.86 0.22
Hex 68 11 8 0 54 5C 3B 6 56 16
Octal 150 21 10 0 124 134 73 6 126 26
Binary 1101000 10001 1000 0 1010100 1011100 111011 110 1010110 10110

Color Harmonies of #681108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681108

Black with #681108

Text Example


Text Example

White with #681108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681108; }

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

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

background-color css

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

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

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

border-color css

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

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

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