#68150F

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

Shades of Red Oxide #68150F

Tints of Red Oxide #68150F

Color information

#68150F (or 0x68150F) is unknown color: approx Red Oxide. HEX triplet: 68, 15 and 0F. RGB value is (104,21,15). Sum of RGB (Red+Green+Blue) = 104+21+15=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #68150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68150F is #97EAF0. Grayscale: #2D2D2D. Windows color (decimal): -9956081 or 988520. OLE color: 988520.

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

Color convert

RGB1042115-
CMYK00.800.860.59
HSL4.04º74.79%23.33%-
HSV(B)4.04º85.58%40.78%-
XYZ6.063.510.81-
YUV45.13111169.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.29%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 15 (6.25% from 255) = 10.71%
R=74.29%
G=15%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104211500.800.860.594.0474.7923.33
Hex6815F050563B44b17
Octal1502517012012673411327
Binary1101000101011111010100001010110111011100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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