#680F0A

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

Shades of Red Oxide #680F0A

Tints of Red Oxide #680F0A

Color information

#680F0A (or 0x680F0A) is unknown color: approx Red Oxide. HEX triplet: 68, 0F and 0A. RGB value is (104,15,10). Sum of RGB (Red+Green+Blue) = 104+15+10=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #680F0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F0A is #97F0F5. Grayscale: #292929. Windows color (decimal): -9957622 or 659304. OLE color: 659304.

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

Color convert

RGB1041510-
CMYK00.860.900.59
HSL3.19º82.46%22.35%-
HSV(B)3.19º90.38%40.78%-
XYZ5.933.310.61-
YUV41.04110.49172.91-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80.62%
GREEN value IS 15 (6.25% from 255) = 11.63%
BLUE value IS 10 (4.30% from 255) = 7.75%
R=80.62%
G=11.63%
B=7.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104151000.860.900.593.1982.4622.35
Hex68FA0565A3B35216
Octal1501712012613273312226
Binary11010001111101001010110101101011101111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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