Html Css Color HEX #68170D Red Oxide

📋 copy color: '#68170D'

red 104 ◦ green 23 ◦ blue 13

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

Shades of Red Oxide #68170D

Tints of Red Oxide #68170D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.29%

R = 74.29%
G = 16.43%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68170D (or 0x68170D) is known color: Red Oxide. HEX triplet: 68, 17 and 0D. RGB value is (104,23,13). Sum of RGB (Red+Green+Blue) = 104+23+13=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #68170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68170D is #97E8F2. Grayscale: #2E2E2E. Windows color (decimal): -9955571 or 857960. OLE color: 857960.

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

Color convert

RGB 104 23 13 -
CMYK 0 0.78 0.88 0.59
HSL 6.59º 0.78% 0.23% -
HSV(B) 6.59º 0.88% 0.41% -
XYZ 6.09 3.58 0.75 -
YUV 46.08 109.34 169.31 -
System Red Green Blue C M Y K H S L
Decimal 104 23 13 0 0.78 0.88 0.59 6.59 0.78 0.23
Hex 68 17 D 0 4E 58 3B 7 4E 17
Octal 150 27 15 0 116 130 73 7 116 27
Binary 1101000 10111 1101 0 1001110 1011000 111011 111 1001110 10111

Color Harmonies of #68170D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68170D

Black with #68170D

Text Example


Text Example

White with #68170D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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