#68200D

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

Shades of Red Oxide #68200D

Tints of Red Oxide #68200D

Color information

#68200D (or 0x68200D) is unknown color: approx Red Oxide. HEX triplet: 68, 20 and 0D. RGB value is (104,32,13). Sum of RGB (Red+Green+Blue) = 104+32+13=149 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.80% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 104 - color contains mainly: red. Hex color #68200D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #68200D is #97DFF2. Grayscale: #333333. Windows color (decimal): -9953267 or 860264. OLE color: 860264.

HSL color Cylindrical-coordinate representation of color #68200D: hue angle of 12.53º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68200D is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.59.

Color convert

RGB1043213-
CMYK00.690.880.59
HSL12.53º77.78%22.94%-
HSV(B)12.53º87.5%40.78%-
XYZ6.34.010.82-
YUV51.36106.35165.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.80%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 13 (5.47% from 255) = 8.72%
R=69.80%
G=21.48%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104321300.690.880.5912.5377.7822.94
Hex6820D045583Bd4e17
Octal15040150105130731511627
Binary110100010000011010100010110110001110111101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,32,13); }

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

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

 a { background-color: rgb(104,32,13); }

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

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

 span { border-color: rgb(104,32,13); }

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