#681716

Color #681716 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #681716

Tints of Red Oxide #681716

Color information

#681716 (or 0x681716) is unknown color: approx Red Oxide. HEX triplet: 68, 17 and 16. RGB value is (104,23,22). Sum of RGB (Red+Green+Blue) = 104+23+22=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 22 (8.98% from 255 or 14.77% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #681716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681716 is #97E8E9. Grayscale: #2F2F2F. Windows color (decimal): -9955562 or 1447784. OLE color: 1447784.

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

Color convert

RGB1042322-
CMYK00.780.790.59
HSL0.73º65.08%24.71%-
HSV(B)0.73º78.85%40.78%-
XYZ6.163.611.13-
YUV47.1113.84168.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 22 (8.98% from 255) = 14.77%
R=69.80%
G=15.44%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104232200.780.790.590.7365.0824.71
Hex68171604E4F3B14119
Octal1502726011611773110131
Binary110100010111101100100111010011111110111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681716; }

 p { color: rgb(104,23,22); }

 H1.HeaderClassName
 {
   color: #681716;
 }
 .AnyTagClassName
 {
   color: #681716;
 }
</style>
background-color css

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

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

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

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

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

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