#68231C

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

Shades of Red Oxide #68231C

Tints of Red Oxide #68231C

Color information

#68231C (or 0x68231C) is unknown color: approx Red Oxide. HEX triplet: 68, 23 and 1C. RGB value is (104,35,28). Sum of RGB (Red+Green+Blue) = 104+35+28=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68231C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68231C is #97DCE3. Grayscale: #363636. Windows color (decimal): -9952484 or 1844072. OLE color: 1844072.

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

Color convert

RGB1043528-
CMYK00.660.730.59
HSL5.53º57.58%25.88%-
HSV(B)5.53º73.08%40.78%-
XYZ6.524.231.57-
YUV54.83112.86163.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.28%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=62.28%
G=20.96%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104352800.660.730.595.5357.5825.88
Hex68231C042493B63a1a
Octal150433401021117367232
Binary11010001000111110001000010100100111101111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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