#691E1C

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

Shades of Red Oxide #691E1C

Tints of Red Oxide #691E1C

Color information

#691E1C (or 0x691E1C) is unknown color: approx Red Oxide. HEX triplet: 69, 1E and 1C. RGB value is (105,30,28). Sum of RGB (Red+Green+Blue) = 105+30+28=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #691E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E1C is #96E1E3. Grayscale: #343434. Windows color (decimal): -9888228 or 1842793. OLE color: 1842793.

HSL color Cylindrical-coordinate representation of color #691E1C: hue angle of 1.56º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691E1C is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1053028-
CMYK00.710.730.59
HSL1.56º57.89%26.08%-
HSV(B)1.56º73.33%41.18%-
XYZ6.54.021.53-
YUV52.2114.35165.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.42%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 28 (11.33% from 255) = 17.18%
R=64.42%
G=18.40%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105302800.710.730.591.5657.8926.08
Hex691E1C047493B23a1a
Octal151363401071117327232
Binary110100111110111000100011110010011110111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,30,28); }

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

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

 a { background-color: rgb(105,30,28); }

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

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

 span { border-color: rgb(105,30,28); }

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