Html Css Color HEX #68170F Red Oxide

📋 copy color: '#68170F'

red 104 ◦ green 23 ◦ blue 15

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

Shades of Red Oxide #68170F

Tints of Red Oxide #68170F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.2%

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

R = 73.24%
G = 16.2%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68170F (or 0x68170F) is known color: Red Oxide. HEX triplet: 68, 17 and 0F. RGB value is (104,23,15). Sum of RGB (Red+Green+Blue) = 104+23+15=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 15 (6.25% from 255 or 10.56% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #68170F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68170F is #97E8F0. Grayscale: #2E2E2E. Windows color (decimal): -9955569 or 989032. OLE color: 989032.

HSL color Cylindrical-coordinate representation of color #68170F: hue angle of 5.39º 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 #68170F is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 15 -
CMYK 0 0.78 0.86 0.59
HSL 5.39º 0.75% 0.23% -
HSV(B) 5.39º 0.86% 0.41% -
XYZ 6.1 3.59 0.82 -
YUV 46.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 104 23 15 0 0.78 0.86 0.59 5.39 0.75 0.23
Hex 68 17 F 0 4E 56 3B 5 4B 17
Octal 150 27 17 0 116 126 73 5 113 27
Binary 1101000 10111 1111 0 1001110 1010110 111011 101 1001011 10111

Color Harmonies of #68170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68170F

Black with #68170F

Text Example


Text Example

White with #68170F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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