Html Css Color HEX #681E0A Red Oxide

📋 copy color: '#681E0A'

red 104 ◦ green 30 ◦ blue 10

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

Shades of Red Oxide #681E0A

Tints of Red Oxide #681E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.94%

R = 72.22%
G = 20.83%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#681E0A (or 0x681E0A) is known color: Red Oxide. HEX triplet: 68, 1E and 0A. RGB value is (104,30,10). Sum of RGB (Red+Green+Blue) = 104+30+10=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 30 (12.11% from 255 or 20.83% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681E0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E0A is #97E1F5. Grayscale: #323232. Windows color (decimal): -9953782 or 663144. OLE color: 663144.

HSL color Cylindrical-coordinate representation of color #681E0A: hue angle of 12.77º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #681E0A is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 30 10 -
CMYK 0 0.71 0.90 0.59
HSL 12.77º 0.82% 0.22% -
HSV(B) 12.77º 0.9% 0.41% -
XYZ 6.23 3.89 0.71 -
YUV 49.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 104 30 10 0 0.71 0.90 0.59 12.77 0.82 0.22
Hex 68 1E A 0 47 5A 3B D 52 16
Octal 150 36 12 0 107 132 73 15 122 26
Binary 1101000 11110 1010 0 1000111 1011010 111011 1101 1010010 10110

Color Harmonies of #681E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E0A

Black with #681E0A

Text Example


Text Example

White with #681E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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