#680F0F

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

Shades of Red Oxide #680F0F

Tints of Red Oxide #680F0F

Color information

#680F0F (or 0x680F0F) is unknown color: approx Red Oxide. HEX triplet: 68, 0F and 0F. RGB value is (104,15,15). Sum of RGB (Red+Green+Blue) = 104+15+15=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #680F0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F0F is #97F0F0. Grayscale: #292929. Windows color (decimal): -9957617 or 986984. OLE color: 986984.

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

Color convert

RGB1041515-
CMYK00.860.860.59
HSL74.79%23.33%-
HSV(B)85.58%40.78%-
XYZ5.973.320.78-
YUV41.61112.99172.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.61%
GREEN value IS 15 (6.25% from 255) = 11.19%
BLUE value IS 15 (6.25% from 255) = 11.19%
R=77.61%
G=11.19%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104151500.860.860.59074.7923.33
Hex68FF056563B04b17
Octal1501717012612673011327
Binary1101000111111110101011010101101110110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680F0F; }

 p { color: rgb(104,15,15); }

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

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

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

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

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

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

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