Html Css Color HEX #681812 Red Oxide

📋 copy color: '#681812'

red 104 ◦ green 24 ◦ blue 18

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

Shades of Red Oxide #681812

Tints of Red Oxide #681812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.44%

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

R = 71.23%
G = 16.44%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#681812 (or 0x681812) is known color: Red Oxide. HEX triplet: 68, 18 and 12. RGB value is (104,24,18). Sum of RGB (Red+Green+Blue) = 104+24+18=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #681812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681812 is #97E7ED. Grayscale: #2F2F2F. Windows color (decimal): -9955310 or 1185896. OLE color: 1185896.

HSL color Cylindrical-coordinate representation of color #681812: hue angle of 4.19º 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 #681812 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 24 18 -
CMYK 0 0.77 0.83 0.59
HSL 4.19º 0.7% 0.24% -
HSV(B) 4.19º 0.83% 0.41% -
XYZ 6.14 3.64 0.95 -
YUV 47.24 111.5 168.49 -
System Red Green Blue C M Y K H S L
Decimal 104 24 18 0 0.77 0.83 0.59 4.19 0.7 0.24
Hex 68 18 12 0 4D 53 3B 4 46 18
Octal 150 30 22 0 115 123 73 4 106 30
Binary 1101000 11000 10010 0 1001101 1010011 111011 100 1000110 11000

Color Harmonies of #681812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681812

Black with #681812

Text Example


Text Example

White with #681812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681812; }

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

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

background-color css

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

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

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

border-color css

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

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

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