Html Css Color HEX #681D0D Red Oxide

📋 copy color: '#681D0D'

red 104 ◦ green 29 ◦ blue 13

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

Shades of Red Oxide #681D0D

Tints of Red Oxide #681D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.9%

R = 71.23%
G = 19.86%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#681D0D (or 0x681D0D) is known color: Red Oxide. HEX triplet: 68, 1D and 0D. RGB value is (104,29,13). Sum of RGB (Red+Green+Blue) = 104+29+13=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 13 (5.47% from 255 or 8.90% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #681D0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D0D is #97E2F2. Grayscale: #313131. Windows color (decimal): -9954035 or 859496. OLE color: 859496.

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

Color convert

RGB 104 29 13 -
CMYK 0 0.72 0.88 0.59
HSL 10.55º 0.78% 0.23% -
HSV(B) 10.55º 0.88% 0.41% -
XYZ 6.22 3.85 0.8 -
YUV 49.6 107.35 166.8 -
System Red Green Blue C M Y K H S L
Decimal 104 29 13 0 0.72 0.88 0.59 10.55 0.78 0.23
Hex 68 1D D 0 48 58 3B B 4E 17
Octal 150 35 15 0 110 130 73 13 116 27
Binary 1101000 11101 1101 0 1001000 1011000 111011 1011 1001110 10111

Color Harmonies of #681D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D0D

Black with #681D0D

Text Example


Text Example

White with #681D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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