#681512

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

Shades of Red Oxide #681512

Tints of Red Oxide #681512

Color information

#681512 (or 0x681512) is unknown color: approx Red Oxide. HEX triplet: 68, 15 and 12. RGB value is (104,21,18). Sum of RGB (Red+Green+Blue) = 104+21+18=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #681512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681512 is #97EAED. Grayscale: #2D2D2D. Windows color (decimal): -9956078 or 1185128. OLE color: 1185128.

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

Color convert

RGB1042118-
CMYK00.800.830.59
HSL2.09º70.49%23.92%-
HSV(B)2.09º82.69%40.78%-
XYZ6.093.520.93-
YUV45.48112.5169.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.73%
GREEN value IS 21 (8.59% from 255) = 14.69%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=72.73%
G=14.69%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104211800.800.830.592.0970.4923.92
Hex681512050533B24618
Octal1502522012012373210630
Binary1101000101011001001010000101001111101110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681512; }

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

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

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

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

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

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

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

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