#680D0C

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

Shades of Red Oxide #680D0C

Tints of Red Oxide #680D0C

Color information

#680D0C (or 0x680D0C) is unknown color: approx Red Oxide. HEX triplet: 68, 0D and 0C. RGB value is (104,13,12). Sum of RGB (Red+Green+Blue) = 104+13+12=129 (17% of max value = 765). Red value is 104 (41.02% from 255 or 80.62% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 104 - color contains mainly: red. Hex color #680D0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680D0C is #97F2F3. Grayscale: #282828. Windows color (decimal): -9958132 or 789864. OLE color: 789864.

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

Color convert

RGB1041312-
CMYK00.880.880.59
HSL0.65º79.31%22.75%-
HSV(B)0.65º88.46%40.78%-
XYZ5.923.260.66-
YUV40.1112.15173.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 80.62%
GREEN value IS 13 (5.47% from 255) = 10.08%
BLUE value IS 12 (5.08% from 255) = 9.30%
R=80.62%
G=10.08%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104131200.880.880.590.6579.3122.75
Hex68DC058583B14f17
Octal1501514013013073111727
Binary1101000110111000101100010110001110111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,13,12); }

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

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

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

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

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

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

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