Html Css Color HEX #681D12 Red Oxide

📋 copy color: '#681D12'

red 104 ◦ green 29 ◦ blue 18

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

Shades of Red Oxide #681D12

Tints of Red Oxide #681D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 11.92%

R = 68.87%
G = 19.21%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#681D12 (or 0x681D12) is known color: Red Oxide. HEX triplet: 68, 1D and 12. RGB value is (104,29,18). Sum of RGB (Red+Green+Blue) = 104+29+18=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 18 (7.42% from 255 or 11.92% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #681D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #681D12 is #97E2ED. Grayscale: #323232. Windows color (decimal): -9954030 or 1187176. OLE color: 1187176.

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

Color convert

RGB 104 29 18 -
CMYK 0 0.72 0.83 0.59
HSL 7.67º 0.7% 0.24% -
HSV(B) 7.67º 0.83% 0.41% -
XYZ 6.26 3.87 0.99 -
YUV 50.17 109.85 166.39 -
System Red Green Blue C M Y K H S L
Decimal 104 29 18 0 0.72 0.83 0.59 7.67 0.7 0.24
Hex 68 1D 12 0 48 53 3B 8 46 18
Octal 150 35 22 0 110 123 73 10 106 30
Binary 1101000 11101 10010 0 1001000 1010011 111011 1000 1000110 11000

Color Harmonies of #681D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681D12

Black with #681D12

Text Example


Text Example

White with #681D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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