Html Css Color HEX #68110B Red Oxide

📋 copy color: '#68110B'

red 104 ◦ green 17 ◦ blue 11

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

Shades of Red Oxide #68110B

Tints of Red Oxide #68110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.33%

R = 78.79%
G = 12.88%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.59

RGB Variations

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

Color information

#68110B (or 0x68110B) is known color: Red Oxide. HEX triplet: 68, 11 and 0B. RGB value is (104,17,11). Sum of RGB (Red+Green+Blue) = 104+17+11=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #68110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68110B is #97EEF4. Grayscale: #2A2A2A. Windows color (decimal): -9957109 or 725352. OLE color: 725352.

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

Color convert

RGB 104 17 11 -
CMYK 0 0.84 0.89 0.59
HSL 3.87º 0.81% 0.23% -
HSV(B) 3.87º 0.89% 0.41% -
XYZ 5.97 3.37 0.65 -
YUV 42.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 104 17 11 0 0.84 0.89 0.59 3.87 0.81 0.23
Hex 68 11 B 0 54 59 3B 4 51 17
Octal 150 21 13 0 124 131 73 4 121 27
Binary 1101000 10001 1011 0 1010100 1011001 111011 100 1010001 10111

Color Harmonies of #68110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68110B

Black with #68110B

Text Example


Text Example

White with #68110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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