Html Css Color HEX #681814 Red Oxide

📋 copy color: '#681814'

red 104 ◦ green 24 ◦ blue 20

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

Shades of Red Oxide #681814

Tints of Red Oxide #681814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.51%

R = 70.27%
G = 16.22%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#681814 (or 0x681814) is known color: Red Oxide. HEX triplet: 68, 18 and 14. RGB value is (104,24,20). Sum of RGB (Red+Green+Blue) = 104+24+20=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #681814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681814 is #97E7EB. Grayscale: #2F2F2F. Windows color (decimal): -9955308 or 1316968. OLE color: 1316968.

HSL color Cylindrical-coordinate representation of color #681814: hue angle of 2.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681814 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 24 20 -
CMYK 0 0.77 0.81 0.59
HSL 2.86º 0.68% 0.24% -
HSV(B) 2.86º 0.81% 0.41% -
XYZ 6.16 3.65 1.04 -
YUV 47.46 112.5 168.33 -
System Red Green Blue C M Y K H S L
Decimal 104 24 20 0 0.77 0.81 0.59 2.86 0.68 0.24
Hex 68 18 14 0 4D 51 3B 3 44 18
Octal 150 30 24 0 115 121 73 3 104 30
Binary 1101000 11000 10100 0 1001101 1010001 111011 11 1000100 11000

Color Harmonies of #681814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681814

Black with #681814

Text Example


Text Example

White with #681814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681814; }

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

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

background-color css

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

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

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

border-color css

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

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

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