#68160B

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

Shades of Red Oxide #68160B

Tints of Red Oxide #68160B

Color information

#68160B (or 0x68160B) is unknown color: approx Red Oxide. HEX triplet: 68, 16 and 0B. RGB value is (104,22,11). Sum of RGB (Red+Green+Blue) = 104+22+11=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 11 (4.69% from 255 or 8.03% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #68160B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68160B is #97E9F4. Grayscale: #2D2D2D. Windows color (decimal): -9955829 or 726632. OLE color: 726632.

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

Color convert

RGB1042211-
CMYK00.790.890.59
HSL7.1º80.87%22.55%-
HSV(B)7.1º89.42%40.78%-
XYZ6.063.540.68-
YUV45.26108.67169.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.91%
GREEN value IS 22 (8.98% from 255) = 16.06%
BLUE value IS 11 (4.69% from 255) = 8.03%
R=75.91%
G=16.06%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104221100.790.890.597.180.8722.55
Hex6816B04F593B75117
Octal1502613011713173712127
Binary1101000101101011010011111011001111011111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68160B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68160B; }

 p { color: rgb(104,22,11); }

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

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

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

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

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

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

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