Html Css Color HEX #68190F Red Oxide

📋 copy color: '#68190F'

red 104 ◦ green 25 ◦ blue 15

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

Shades of Red Oxide #68190F

Tints of Red Oxide #68190F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.36%

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

R = 72.22%
G = 17.36%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68190F (or 0x68190F) is known color: Red Oxide. HEX triplet: 68, 19 and 0F. RGB value is (104,25,15). Sum of RGB (Red+Green+Blue) = 104+25+15=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 15 (6.25% from 255 or 10.42% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #68190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68190F is #97E6F0. Grayscale: #2F2F2F. Windows color (decimal): -9955057 or 989544. OLE color: 989544.

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

Color convert

RGB 104 25 15 -
CMYK 0 0.76 0.86 0.59
HSL 6.74º 0.75% 0.23% -
HSV(B) 6.74º 0.86% 0.41% -
XYZ 6.14 3.67 0.84 -
YUV 47.48 109.67 168.31 -
System Red Green Blue C M Y K H S L
Decimal 104 25 15 0 0.76 0.86 0.59 6.74 0.75 0.23
Hex 68 19 F 0 4C 56 3B 7 4B 17
Octal 150 31 17 0 114 126 73 7 113 27
Binary 1101000 11001 1111 0 1001100 1010110 111011 111 1001011 10111

Color Harmonies of #68190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68190F

Black with #68190F

Text Example


Text Example

White with #68190F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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