Html Css Color HEX #68110F Red Oxide

📋 copy color: '#68110F'

red 104 ◦ green 17 ◦ blue 15

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

Shades of Red Oxide #68110F

Tints of Red Oxide #68110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.03%

R = 76.47%
G = 12.5%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68110F (or 0x68110F) is known color: Red Oxide. HEX triplet: 68, 11 and 0F. RGB value is (104,17,15). Sum of RGB (Red+Green+Blue) = 104+17+15=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #68110F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68110F is #97EEF0. Grayscale: #2A2A2A. Windows color (decimal): -9957105 or 987496. OLE color: 987496.

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

Color convert

RGB 104 17 15 -
CMYK 0 0.84 0.86 0.59
HSL 1.35º 0.75% 0.23% -
HSV(B) 1.35º 0.86% 0.41% -
XYZ 6 3.38 0.79 -
YUV 42.79 112.32 171.66 -
System Red Green Blue C M Y K H S L
Decimal 104 17 15 0 0.84 0.86 0.59 1.35 0.75 0.23
Hex 68 11 F 0 54 56 3B 1 4B 17
Octal 150 21 17 0 124 126 73 1 113 27
Binary 1101000 10001 1111 0 1010100 1010110 111011 1 1001011 10111

Color Harmonies of #68110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68110F

Black with #68110F

Text Example


Text Example

White with #68110F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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