#68231A

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

Shades of Red Oxide #68231A

Tints of Red Oxide #68231A

Color information

#68231A (or 0x68231A) is unknown color: approx Red Oxide. HEX triplet: 68, 23 and 1A. RGB value is (104,35,26). Sum of RGB (Red+Green+Blue) = 104+35+26=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 26 (10.55% from 255 or 15.76% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #68231A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68231A is #97DCE5. Grayscale: #363636. Windows color (decimal): -9952486 or 1713000. OLE color: 1713000.

HSL color Cylindrical-coordinate representation of color #68231A: hue angle of 6.92º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68231A is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1043526-
CMYK00.660.750.59
HSL6.92º60%25.49%-
HSV(B)6.92º75%40.78%-
XYZ6.54.221.45-
YUV54.6111.86163.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.03%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 26 (10.55% from 255) = 15.76%
R=63.03%
G=21.21%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104352600.660.750.596.926025.49
Hex68231A0424B3B73c19
Octal150433201021137377431
Binary11010001000111101001000010100101111101111111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,35,26); }

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

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

 a { background-color: rgb(104,35,26); }

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

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

 span { border-color: rgb(104,35,26); }

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