Html Css Color HEX #68110E Red Oxide

📋 copy color: '#68110E'

red 104 ◦ green 17 ◦ blue 14

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

Shades of Red Oxide #68110E

Tints of Red Oxide #68110E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 77.04%
G = 12.59%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#68110E (or 0x68110E) is known color: Red Oxide. HEX triplet: 68, 11 and 0E. RGB value is (104,17,14). Sum of RGB (Red+Green+Blue) = 104+17+14=135 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.04% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 104 - color contains mainly: red. Hex color #68110E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68110E is #97EEF1. Grayscale: #2A2A2A. Windows color (decimal): -9957106 or 921960. OLE color: 921960.

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

Color convert

RGB 104 17 14 -
CMYK 0 0.84 0.87 0.59
HSL 0.76% 0.23% -
HSV(B) 0.87% 0.41% -
XYZ 5.99 3.38 0.75 -
YUV 42.67 111.82 171.74 -
System Red Green Blue C M Y K H S L
Decimal 104 17 14 0 0.84 0.87 0.59 2 0.76 0.23
Hex 68 11 E 0 54 57 3B 2 4C 17
Octal 150 21 16 0 124 127 73 2 114 27
Binary 1101000 10001 1110 0 1010100 1010111 111011 10 1001100 10111

Color Harmonies of #68110E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68110E

Black with #68110E

Text Example


Text Example

White with #68110E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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