#691F0A

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

Shades of Red Oxide #691F0A

Tints of Red Oxide #691F0A

Color information

#691F0A (or 0x691F0A) is unknown color: approx Red Oxide. HEX triplet: 69, 1F and 0A. RGB value is (105,31,10). Sum of RGB (Red+Green+Blue) = 105+31+10=146 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.92% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 105 - color contains mainly: red. Hex color #691F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #691F0A is #96E0F5. Grayscale: #323232. Windows color (decimal): -9887990 or 663401. OLE color: 663401.

HSL color Cylindrical-coordinate representation of color #691F0A: hue angle of 13.26º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #691F0A is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB1053110-
CMYK00.700.900.59
HSL13.26º82.61%22.55%-
HSV(B)13.26º90.48%41.18%-
XYZ6.374.010.72-
YUV50.73105.02166.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 71.92%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=71.92%
G=21.23%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105311000.700.900.5913.2682.6122.55
Hex691FA0465A3Bd5317
Octal15137120106132731512327
Binary11010011111110100100011010110101110111101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691F0A; }

 p { color: rgb(105,31,10); }

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

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

 a { background-color: rgb(105,31,10); }

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

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

 span { border-color: rgb(105,31,10); }

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