#68221D

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

Shades of Red Oxide #68221D

Tints of Red Oxide #68221D

Color information

#68221D (or 0x68221D) is unknown color: approx Red Oxide. HEX triplet: 68, 22 and 1D. RGB value is (104,34,29). Sum of RGB (Red+Green+Blue) = 104+34+29=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 34 (13.67% from 255 or 20.36% from 167); Blue value is 29 (11.72% from 255 or 17.37% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #68221D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68221D is #97DDE2. Grayscale: #363636. Windows color (decimal): -9952739 or 1909352. OLE color: 1909352.

HSL color Cylindrical-coordinate representation of color #68221D: hue angle of 4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68221D is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1043429-
CMYK00.670.720.59
HSL56.39%26.08%-
HSV(B)72.12%40.78%-
XYZ6.54.181.63-
YUV54.36113.69163.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.28%
GREEN value IS 34 (13.67% from 255) = 20.36%
BLUE value IS 29 (11.72% from 255) = 17.37%
R=62.28%
G=20.36%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104342900.670.720.59456.3926.08
Hex68221D043483B4381a
Octal150423501031107347032
Binary11010001000101110101000011100100011101110011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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