Html Css Color HEX #68110C Red Oxide

📋 copy color: '#68110C'

red 104 ◦ green 17 ◦ blue 12

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

Shades of Red Oxide #68110C

Tints of Red Oxide #68110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.02%

R = 78.2%
G = 12.78%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68110C (or 0x68110C) is known color: Red Oxide. HEX triplet: 68, 11 and 0C. RGB value is (104,17,12). Sum of RGB (Red+Green+Blue) = 104+17+12=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #68110C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68110C is #97EEF3. Grayscale: #2A2A2A. Windows color (decimal): -9957108 or 790888. OLE color: 790888.

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

Color convert

RGB 104 17 12 -
CMYK 0 0.84 0.88 0.59
HSL 3.26º 0.79% 0.23% -
HSV(B) 3.26º 0.88% 0.41% -
XYZ 5.98 3.37 0.68 -
YUV 42.44 110.82 171.91 -
System Red Green Blue C M Y K H S L
Decimal 104 17 12 0 0.84 0.88 0.59 3.26 0.79 0.23
Hex 68 11 C 0 54 58 3B 3 4F 17
Octal 150 21 14 0 124 130 73 3 117 27
Binary 1101000 10001 1100 0 1010100 1011000 111011 11 1001111 10111

Color Harmonies of #68110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68110C

Black with #68110C

Text Example


Text Example

White with #68110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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