#681505

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

Shades of Red Oxide #681505

Tints of Red Oxide #681505

Color information

#681505 (or 0x681505) is unknown color: approx Red Oxide. HEX triplet: 68, 15 and 05. RGB value is (104,21,5). Sum of RGB (Red+Green+Blue) = 104+21+5=130 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80% from 130); Green value is 21 (8.59% from 255 or 16.15% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 104 - color contains mainly: red. Hex color #681505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681505 is #97EAFA. Grayscale: #2C2C2C. Windows color (decimal): -9956091 or 333160. OLE color: 333160.

HSL color Cylindrical-coordinate representation of color #681505: hue angle of 9.7º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #681505 is Cyan = 0, Magento = 0.80, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB104215-
CMYK00.800.950.59
HSL9.7º90.83%21.37%-
HSV(B)9.7º95.19%40.78%-
XYZ63.490.5-
YUV43.99106170.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80%
GREEN value IS 21 (8.59% from 255) = 16.15%
BLUE value IS 5 (2.34% from 255) = 3.85%
R=80%
G=16.15%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.95
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10421500.800.950.599.790.8321.37
Hex681550505F3Ba5b15
Octal1502550120137731213325
Binary1101000101011010101000010111111110111010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681505; }

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

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

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

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

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

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

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

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