#68221C

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

Shades of Red Oxide #68221C

Tints of Red Oxide #68221C

Color information

#68221C (or 0x68221C) is unknown color: approx Red Oxide. HEX triplet: 68, 22 and 1C. RGB value is (104,34,28). Sum of RGB (Red+Green+Blue) = 104+34+28=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 34 (13.67% from 255 or 20.48% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #68221C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68221C is #97DDE3. Grayscale: #363636. Windows color (decimal): -9952740 or 1843816. OLE color: 1843816.

HSL color Cylindrical-coordinate representation of color #68221C: hue angle of 4.74º 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 #68221C is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1043428-
CMYK00.670.730.59
HSL4.74º57.58%25.88%-
HSV(B)4.74º73.08%40.78%-
XYZ6.494.171.56-
YUV54.25113.19163.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.65%
GREEN value IS 34 (13.67% from 255) = 20.48%
BLUE value IS 28 (11.33% from 255) = 16.87%
R=62.65%
G=20.48%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104342800.670.730.594.7457.5825.88
Hex68221C043493B53a1a
Octal150423401031117357232
Binary11010001000101110001000011100100111101110111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68221C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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