Html Css Color HEX #681F0E Red Oxide

📋 copy color: '#681F0E'

red 104 ◦ green 31 ◦ blue 14

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

Shades of Red Oxide #681F0E

Tints of Red Oxide #681F0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 9.4%

R = 69.8%
G = 20.81%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#681F0E (or 0x681F0E) is known color: Red Oxide. HEX triplet: 68, 1F and 0E. RGB value is (104,31,14). Sum of RGB (Red+Green+Blue) = 104+31+14=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 14 (5.86% from 255 or 9.40% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #681F0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681F0E is #97E0F1. Grayscale: #333333. Windows color (decimal): -9953522 or 925544. OLE color: 925544.

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

Color convert

RGB 104 31 14 -
CMYK 0 0.70 0.87 0.59
HSL 11.33º 0.76% 0.23% -
HSV(B) 11.33º 0.87% 0.41% -
XYZ 6.28 3.95 0.85 -
YUV 50.89 107.18 165.88 -
System Red Green Blue C M Y K H S L
Decimal 104 31 14 0 0.70 0.87 0.59 11.33 0.76 0.23
Hex 68 1F E 0 46 57 3B B 4C 17
Octal 150 37 16 0 106 127 73 13 114 27
Binary 1101000 11111 1110 0 1000110 1010111 111011 1011 1001100 10111

Color Harmonies of #681F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681F0E

Black with #681F0E

Text Example


Text Example

White with #681F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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