#691813

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

Shades of Red Oxide #691813

Tints of Red Oxide #691813

Color information

#691813 (or 0x691813) is unknown color: approx Red Oxide. HEX triplet: 69, 18 and 13. RGB value is (105,24,19). Sum of RGB (Red+Green+Blue) = 105+24+19=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #691813 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691813 is #96E7EC. Grayscale: #2F2F2F. Windows color (decimal): -9889773 or 1251433. OLE color: 1251433.

HSL color Cylindrical-coordinate representation of color #691813: hue angle of 3.49º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #691813 is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1052419-
CMYK00.770.820.59
HSL3.49º69.35%24.31%-
HSV(B)3.49º81.9%41.18%-
XYZ6.273.71-
YUV47.65111.84168.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.95%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=70.95%
G=16.22%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105241900.770.820.593.4969.3524.31
Hex69181304D523B34518
Octal1513023011512273310530
Binary1101001110001001101001101101001011101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691813; }

 p { color: rgb(105,24,19); }

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

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

 a { background-color: rgb(105,24,19); }

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

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

 span { border-color: rgb(105,24,19); }

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