Html Css Color HEX #681510 Red Oxide

📋 copy color: '#681510'

red 104 ◦ green 21 ◦ blue 16

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

Shades of Red Oxide #681510

Tints of Red Oxide #681510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.89%

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

R = 73.76%
G = 14.89%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#681510 (or 0x681510) is known color: Red Oxide. HEX triplet: 68, 15 and 10. RGB value is (104,21,16). Sum of RGB (Red+Green+Blue) = 104+21+16=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #681510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681510 is #97EAEF. Grayscale: #2D2D2D. Windows color (decimal): -9956080 or 1054056. OLE color: 1054056.

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

Color convert

RGB 104 21 16 -
CMYK 0 0.80 0.85 0.59
HSL 3.41º 0.73% 0.24% -
HSV(B) 3.41º 0.85% 0.41% -
XYZ 6.07 3.52 0.85 -
YUV 45.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 104 21 16 0 0.80 0.85 0.59 3.41 0.73 0.24
Hex 68 15 10 0 50 55 3B 3 49 18
Octal 150 25 20 0 120 125 73 3 111 30
Binary 1101000 10101 10000 0 1010000 1010101 111011 11 1001001 11000

Color Harmonies of #681510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681510

Black with #681510

Text Example


Text Example

White with #681510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681510; }

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

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

background-color css

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

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

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

border-color css

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

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

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