Html Css Color HEX #681E0E Red Oxide

📋 copy color: '#681E0E'

red 104 ◦ green 30 ◦ blue 14

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

Shades of Red Oxide #681E0E

Tints of Red Oxide #681E0E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 20.27%

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

R = 70.27%
G = 20.27%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#681E0E (or 0x681E0E) is known color: Red Oxide. HEX triplet: 68, 1E and 0E. RGB value is (104,30,14). Sum of RGB (Red+Green+Blue) = 104+30+14=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 30 (12.11% from 255 or 20.27% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #681E0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E0E is #97E1F1. Grayscale: #323232. Windows color (decimal): -9953778 or 925288. OLE color: 925288.

HSL color Cylindrical-coordinate representation of color #681E0E: hue angle of 10.67º 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 #681E0E is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 30 14 -
CMYK 0 0.71 0.87 0.59
HSL 10.67º 0.76% 0.23% -
HSV(B) 10.67º 0.87% 0.41% -
XYZ 6.25 3.9 0.84 -
YUV 50.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 104 30 14 0 0.71 0.87 0.59 10.67 0.76 0.23
Hex 68 1E E 0 47 57 3B B 4C 17
Octal 150 36 16 0 107 127 73 13 114 27
Binary 1101000 11110 1110 0 1000111 1010111 111011 1011 1001100 10111

Color Harmonies of #681E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E0E

Black with #681E0E

Text Example


Text Example

White with #681E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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