#68160F

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

Shades of Red Oxide #68160F

Tints of Red Oxide #68160F

Color information

#68160F (or 0x68160F) is unknown color: approx Red Oxide. HEX triplet: 68, 16 and 0F. RGB value is (104,22,15). Sum of RGB (Red+Green+Blue) = 104+22+15=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #68160F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68160F is #97E9F0. Grayscale: #2D2D2D. Windows color (decimal): -9955825 or 988776. OLE color: 988776.

HSL color Cylindrical-coordinate representation of color #68160F: hue angle of 4.72º 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 #68160F is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB1042215-
CMYK00.790.860.59
HSL4.72º74.79%23.33%-
HSV(B)4.72º85.58%40.78%-
XYZ6.083.550.82-
YUV45.72110.67169.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 15 (6.25% from 255) = 10.64%
R=73.76%
G=15.60%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104221500.790.860.594.7274.7923.33
Hex6816F04F563B54b17
Octal1502617011712673511327
Binary1101000101101111010011111010110111011101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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