#69140C

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

Shades of Red Oxide #69140C

Tints of Red Oxide #69140C

Color information

#69140C (or 0x69140C) is unknown color: approx Red Oxide. HEX triplet: 69, 14 and 0C. RGB value is (105,20,12). Sum of RGB (Red+Green+Blue) = 105+20+12=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 12 (5.08% from 255 or 8.76% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #69140C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69140C is #96EBF3. Grayscale: #2C2C2C. Windows color (decimal): -9890804 or 791657. OLE color: 791657.

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

Color convert

RGB1052012-
CMYK00.810.890.59
HSL5.16º79.49%22.94%-
HSV(B)5.16º88.57%41.18%-
XYZ6.143.530.71-
YUV44.5109.66171.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 76.64%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 12 (5.08% from 255) = 8.76%
R=76.64%
G=14.60%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105201200.810.890.595.1679.4922.94
Hex6914C051593B54f17
Octal1512414012113173511727
Binary1101001101001100010100011011001111011101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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