#681508

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

Shades of Red Oxide #681508

Tints of Red Oxide #681508

Color information

#681508 (or 0x681508) is unknown color: approx Red Oxide. HEX triplet: 68, 15 and 08. RGB value is (104,21,8). Sum of RGB (Red+Green+Blue) = 104+21+8=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #681508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681508 is #97EAF7. Grayscale: #2C2C2C. Windows color (decimal): -9956088 or 529768. OLE color: 529768.

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

Color convert

RGB104218-
CMYK00.800.920.59
HSL8.12º85.71%21.96%-
HSV(B)8.12º92.31%40.78%-
XYZ6.023.50.59-
YUV44.34107.5170.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.20%
GREEN value IS 21 (8.59% from 255) = 15.79%
BLUE value IS 8 (3.52% from 255) = 6.02%
R=78.20%
G=15.79%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10421800.800.920.598.1285.7121.96
Hex681580505C3B85616
Octal15025100120134731012626
Binary11010001010110000101000010111001110111000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681508; }

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

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

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

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

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

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

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

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