Html Css Color HEX #681F13 Red Oxide

📋 copy color: '#681F13'

red 104 ◦ green 31 ◦ blue 19

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

Shades of Red Oxide #681F13

Tints of Red Oxide #681F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 20.13%

 BLUE value IS 19 (7.81% from 255) = 12.34%

R = 67.53%
G = 20.13%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#681F13 (or 0x681F13) is known color: Red Oxide. HEX triplet: 68, 1F and 13. RGB value is (104,31,19). Sum of RGB (Red+Green+Blue) = 104+31+19=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #681F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F13 is #97E0EC. Grayscale: #333333. Windows color (decimal): -9953517 or 1253224. OLE color: 1253224.

HSL color Cylindrical-coordinate representation of color #681F13: hue angle of 8.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681F13 is Cyan = 0, Magento = 0.70, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 31 19 -
CMYK 0 0.70 0.82 0.59
HSL 8.47º 0.69% 0.24% -
HSV(B) 8.47º 0.82% 0.41% -
XYZ 6.32 3.97 1.05 -
YUV 51.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 104 31 19 0 0.70 0.82 0.59 8.47 0.69 0.24
Hex 68 1F 13 0 46 52 3B 8 45 18
Octal 150 37 23 0 106 122 73 10 105 30
Binary 1101000 11111 10011 0 1000110 1010010 111011 1000 1000101 11000

Color Harmonies of #681F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F13

Black with #681F13

Text Example


Text Example

White with #681F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681F13; }

 p { color: rgb(104,31,19); }

 H1.HeaderClassName
 {
   color: #681F13;
 }
 .AnyTagClassName
 {
   color: #681F13;
 }
</style>

background-color css

<style>
 a { background-color: #681F13; }

 a { background-color: rgb(104,31,19); }

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

border-color css

<style>
 span { border-color: #681F13; }

 span { border-color: rgb(104,31,19); }

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