#681509

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

Shades of Red Oxide #681509

Tints of Red Oxide #681509

Color information

#681509 (or 0x681509) is unknown color: approx Red Oxide. HEX triplet: 68, 15 and 09. RGB value is (104,21,9). Sum of RGB (Red+Green+Blue) = 104+21+9=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #681509 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681509 is #97EAF6. Grayscale: #2C2C2C. Windows color (decimal): -9956087 or 595304. OLE color: 595304.

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

Color convert

RGB104219-
CMYK00.800.910.59
HSL7.58º84.07%22.16%-
HSV(B)7.58º91.35%40.78%-
XYZ6.033.50.62-
YUV44.45108170.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.61%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 9 (3.91% from 255) = 6.72%
R=77.61%
G=15.67%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.91
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10421900.800.910.597.5884.0722.16
Hex681590505B3B85416
Octal15025110120133731012426
Binary11010001010110010101000010110111110111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681509; }

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

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

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

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

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

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

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

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