Html Css Color HEX #681109 Red Oxide

📋 copy color: '#681109'

red 104 ◦ green 17 ◦ blue 9

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

Shades of Red Oxide #681109

Tints of Red Oxide #681109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.92%

R = 80%
G = 13.08%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.59

RGB Variations

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

Color information

#681109 (or 0x681109) is known color: Red Oxide. HEX triplet: 68, 11 and 09. RGB value is (104,17,9). Sum of RGB (Red+Green+Blue) = 104+17+9=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 9 (3.91% from 255 or 6.92% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #681109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681109 is #97EEF6. Grayscale: #2A2A2A. Windows color (decimal): -9957111 or 594280. OLE color: 594280.

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

Color convert

RGB 104 17 9 -
CMYK 0 0.84 0.91 0.59
HSL 5.05º 0.84% 0.22% -
HSV(B) 5.05º 0.91% 0.41% -
XYZ 5.96 3.36 0.59 -
YUV 42.1 109.32 172.15 -
System Red Green Blue C M Y K H S L
Decimal 104 17 9 0 0.84 0.91 0.59 5.05 0.84 0.22
Hex 68 11 9 0 54 5B 3B 5 54 16
Octal 150 21 11 0 124 133 73 5 124 26
Binary 1101000 10001 1001 0 1010100 1011011 111011 101 1010100 10110

Color Harmonies of #681109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681109

Black with #681109

Text Example


Text Example

White with #681109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681109; }

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

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

background-color css

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

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

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

border-color css

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

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

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