Html Css Color HEX #681210 Red Oxide

📋 copy color: '#681210'

red 104 ◦ green 18 ◦ blue 16

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

Shades of Red Oxide #681210

Tints of Red Oxide #681210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.04%

 BLUE value IS 16 (6.64% from 255) = 11.59%

R = 75.36%
G = 13.04%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#681210 (or 0x681210) is known color: Red Oxide. HEX triplet: 68, 12 and 10. RGB value is (104,18,16). Sum of RGB (Red+Green+Blue) = 104+18+16=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #681210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681210 is #97EDEF. Grayscale: #2B2B2B. Windows color (decimal): -9956848 or 1053288. OLE color: 1053288.

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

Color convert

RGB 104 18 16 -
CMYK 0 0.83 0.85 0.59
HSL 1.36º 0.73% 0.24% -
HSV(B) 1.36º 0.85% 0.41% -
XYZ 6.02 3.41 0.83 -
YUV 43.49 112.49 171.16 -
System Red Green Blue C M Y K H S L
Decimal 104 18 16 0 0.83 0.85 0.59 1.36 0.73 0.24
Hex 68 12 10 0 53 55 3B 1 49 18
Octal 150 22 20 0 123 125 73 1 111 30
Binary 1101000 10010 10000 0 1010011 1010101 111011 1 1001001 11000

Color Harmonies of #681210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681210

Black with #681210

Text Example


Text Example

White with #681210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681210; }

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

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

background-color css

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

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

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

border-color css

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

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

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