Html Css Color HEX #681107 Red Oxide

📋 copy color: '#681107'

red 104 ◦ green 17 ◦ blue 7

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

Shades of Red Oxide #681107

Tints of Red Oxide #681107

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.47%

R = 81.25%
G = 13.28%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.59

RGB Variations

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

Color information

#681107 (or 0x681107) is known color: Red Oxide. HEX triplet: 68, 11 and 07. RGB value is (104,17,7). Sum of RGB (Red+Green+Blue) = 104+17+7=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #681107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681107 is #97EEF8. Grayscale: #2A2A2A. Windows color (decimal): -9957113 or 463208. OLE color: 463208.

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

Color convert

RGB 104 17 7 -
CMYK 0 0.84 0.93 0.59
HSL 6.19º 0.87% 0.22% -
HSV(B) 6.19º 0.93% 0.41% -
XYZ 5.95 3.36 0.54 -
YUV 41.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 104 17 7 0 0.84 0.93 0.59 6.19 0.87 0.22
Hex 68 11 7 0 54 5D 3B 6 57 16
Octal 150 21 7 0 124 135 73 6 127 26
Binary 1101000 10001 111 0 1010100 1011101 111011 110 1010111 10110

Color Harmonies of #681107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681107

Black with #681107

Text Example


Text Example

White with #681107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681107; }

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

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

background-color css

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

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

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

border-color css

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

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

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