Html Css Color HEX #681010 Red Oxide

📋 copy color: '#681010'

red 104 ◦ green 16 ◦ blue 16

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

Shades of Red Oxide #681010

Tints of Red Oxide #681010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.76%

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

R = 76.47%
G = 11.76%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#681010 (or 0x681010) is known color: Red Oxide. HEX triplet: 68, 10 and 10. RGB value is (104,16,16). Sum of RGB (Red+Green+Blue) = 104+16+16=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #681010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681010 is #97EFEF. Grayscale: #2A2A2A. Windows color (decimal): -9957360 or 1052776. OLE color: 1052776.

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

Color convert

RGB 104 16 16 -
CMYK 0 0.85 0.85 0.59
HSL 0.73% 0.24% -
HSV(B) 0.85% 0.41% -
XYZ 5.99 3.35 0.82 -
YUV 42.31 113.15 172 -
System Red Green Blue C M Y K H S L
Decimal 104 16 16 0 0.85 0.85 0.59 0 0.73 0.24
Hex 68 10 10 0 55 55 3B 0 49 18
Octal 150 20 20 0 125 125 73 0 111 30
Binary 1101000 10000 10000 0 1010101 1010101 111011 0 1001001 11000

Color Harmonies of #681010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681010

Black with #681010

Text Example


Text Example

White with #681010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681010; }

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

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

background-color css

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

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

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

border-color css

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

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

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