#681612

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

Shades of Red Oxide #681612

Tints of Red Oxide #681612

Color information

#681612 (or 0x681612) is unknown color: approx Red Oxide. HEX triplet: 68, 16 and 12. RGB value is (104,22,18). Sum of RGB (Red+Green+Blue) = 104+22+18=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681612 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681612 is #97E9ED. Grayscale: #2E2E2E. Windows color (decimal): -9955822 or 1185384. OLE color: 1185384.

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

Color convert

RGB1042218-
CMYK00.790.830.59
HSL2.79º70.49%23.92%-
HSV(B)2.79º82.69%40.78%-
XYZ6.113.560.94-
YUV46.06112.17169.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=72.22%
G=15.28%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104221800.790.830.592.7970.4923.92
Hex68161204F533B34618
Octal1502622011712373310630
Binary1101000101101001001001111101001111101111100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681612; }

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

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

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

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

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

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

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

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