#69200C

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

Shades of Red Oxide #69200C

Tints of Red Oxide #69200C

Color information

#69200C (or 0x69200C) is unknown color: approx Red Oxide. HEX triplet: 69, 20 and 0C. RGB value is (105,32,12). Sum of RGB (Red+Green+Blue) = 105+32+12=149 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.47% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 105 - color contains mainly: red. Hex color #69200C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #69200C is #96DFF3. Grayscale: #333333. Windows color (decimal): -9887732 or 794729. OLE color: 794729.

HSL color Cylindrical-coordinate representation of color #69200C: hue angle of 12.9º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #69200C is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB1053212-
CMYK00.700.890.59
HSL12.9º79.49%22.94%-
HSV(B)12.9º88.57%41.18%-
XYZ6.414.060.79-
YUV51.55105.68166.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.47%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 12 (5.08% from 255) = 8.05%
R=70.47%
G=21.48%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105321200.700.890.5912.979.4922.94
Hex6920C046593Bd4f17
Octal15140140106131731511727
Binary110100110000011000100011010110011110111101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69200C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,32,12); }

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

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

 a { background-color: rgb(105,32,12); }

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

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

 span { border-color: rgb(105,32,12); }

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