#68180D

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

Shades of Red Oxide #68180D

Tints of Red Oxide #68180D

Color information

#68180D (or 0x68180D) is unknown color: approx Red Oxide. HEX triplet: 68, 18 and 0D. RGB value is (104,24,13). Sum of RGB (Red+Green+Blue) = 104+24+13=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 24 (9.77% from 255 or 17.02% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #68180D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68180D is #97E7F2. Grayscale: #2E2E2E. Windows color (decimal): -9955315 or 858216. OLE color: 858216.

HSL color Cylindrical-coordinate representation of color #68180D: hue angle of 7.25º degrees, saturation: 0.78, 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 #68180D is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1042413-
CMYK00.770.880.59
HSL7.25º77.78%22.94%-
HSV(B)7.25º87.5%40.78%-
XYZ6.113.630.76-
YUV46.67109168.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 24 (9.77% from 255) = 17.02%
BLUE value IS 13 (5.47% from 255) = 9.22%
R=73.76%
G=17.02%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104241300.770.880.597.2577.7822.94
Hex6818D04D583B74e17
Octal1503015011513073711627
Binary1101000110001101010011011011000111011111100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68180D; }

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

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

<style>
 a { background-color: #68180D; }

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

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

<style>
 span { border-color: #68180D; }

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

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