#68180A

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

Shades of Red Oxide #68180A

Tints of Red Oxide #68180A

Color information

#68180A (or 0x68180A) is unknown color: approx Red Oxide. HEX triplet: 68, 18 and 0A. RGB value is (104,24,10). Sum of RGB (Red+Green+Blue) = 104+24+10=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 10 (4.30% from 255 or 7.25% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #68180A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68180A is #97E7F5. Grayscale: #2E2E2E. Windows color (decimal): -9955318 or 661608. OLE color: 661608.

HSL color Cylindrical-coordinate representation of color #68180A: hue angle of 8.94º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68180A is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1042410-
CMYK00.770.900.59
HSL8.94º82.46%22.35%-
HSV(B)8.94º90.38%40.78%-
XYZ6.093.620.66-
YUV46.32107.5169.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.36%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 10 (4.30% from 255) = 7.25%
R=75.36%
G=17.39%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104241000.770.900.598.9482.4622.35
Hex6818A04D5A3B95216
Octal15030120115132731112226
Binary11010001100010100100110110110101110111001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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