Html Css Color HEX #681D14 Red Oxide

📋 copy color: '#681D14'

red 104 ◦ green 29 ◦ blue 20

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

Shades of Red Oxide #681D14

Tints of Red Oxide #681D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.95%

 BLUE value IS 20 (8.2% from 255) = 13.07%

R = 67.97%
G = 18.95%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#681D14 (or 0x681D14) is known color: Red Oxide. HEX triplet: 68, 1D and 14. RGB value is (104,29,20). Sum of RGB (Red+Green+Blue) = 104+29+20=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #681D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D14 is #97E2EB. Grayscale: #323232. Windows color (decimal): -9954028 or 1318248. OLE color: 1318248.

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

Color convert

RGB 104 29 20 -
CMYK 0 0.72 0.81 0.59
HSL 6.43º 0.68% 0.24% -
HSV(B) 6.43º 0.81% 0.41% -
XYZ 6.27 3.87 1.08 -
YUV 50.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 104 29 20 0 0.72 0.81 0.59 6.43 0.68 0.24
Hex 68 1D 14 0 48 51 3B 6 44 18
Octal 150 35 24 0 110 121 73 6 104 30
Binary 1101000 11101 10100 0 1001000 1010001 111011 110 1000100 11000

Color Harmonies of #681D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D14

Black with #681D14

Text Example


Text Example

White with #681D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,29,20); }

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

background-color css

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

 a { background-color: rgb(104,29,20); }

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

border-color css

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

 span { border-color: rgb(104,29,20); }

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