#691812

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

Shades of Red Oxide #691812

Tints of Red Oxide #691812

Color information

#691812 (or 0x691812) is unknown color: approx Red Oxide. HEX triplet: 69, 18 and 12. RGB value is (105,24,18). Sum of RGB (Red+Green+Blue) = 105+24+18=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 18 (7.42% from 255 or 12.24% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #691812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691812 is #96E7ED. Grayscale: #2F2F2F. Windows color (decimal): -9889774 or 1185897. OLE color: 1185897.

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

Color convert

RGB1052418-
CMYK00.770.830.59
HSL4.14º70.73%24.12%-
HSV(B)4.14º82.86%41.18%-
XYZ6.263.70.96-
YUV47.54111.34168.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 71.43%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 18 (7.42% from 255) = 12.24%
R=71.43%
G=16.33%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105241800.770.830.594.1470.7324.12
Hex69181204D533B44718
Octal1513022011512373410730
Binary11010011100010010010011011010011111011100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691812; }

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

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

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

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

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

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

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

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