Html Css Color HEX #681E0F Red Oxide

📋 copy color: '#681E0F'

red 104 ◦ green 30 ◦ blue 15

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

Shades of Red Oxide #681E0F

Tints of Red Oxide #681E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.07%

R = 69.8%
G = 20.13%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#681E0F (or 0x681E0F) is known color: Red Oxide. HEX triplet: 68, 1E and 0F. RGB value is (104,30,15). Sum of RGB (Red+Green+Blue) = 104+30+15=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 15 (6.25% from 255 or 10.07% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #681E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681E0F is #97E1F0. Grayscale: #323232. Windows color (decimal): -9953777 or 990824. OLE color: 990824.

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

Color convert

RGB 104 30 15 -
CMYK 0 0.71 0.86 0.59
HSL 10.11º 0.75% 0.23% -
HSV(B) 10.11º 0.86% 0.41% -
XYZ 6.26 3.91 0.88 -
YUV 50.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 104 30 15 0 0.71 0.86 0.59 10.11 0.75 0.23
Hex 68 1E F 0 47 56 3B A 4B 17
Octal 150 36 17 0 107 126 73 12 113 27
Binary 1101000 11110 1111 0 1000111 1010110 111011 1010 1001011 10111

Color Harmonies of #681E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681E0F

Black with #681E0F

Text Example


Text Example

White with #681E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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