#691E1E

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

Shades of Red Oxide #691E1E

Tints of Red Oxide #691E1E

Color information

#691E1E (or 0x691E1E) is unknown color: approx Red Oxide. HEX triplet: 69, 1E and 1E. RGB value is (105,30,30). Sum of RGB (Red+Green+Blue) = 105+30+30=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 30 (12.11% from 255 or 18.18% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #691E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E1E is #96E1E1. Grayscale: #343434. Windows color (decimal): -9888226 or 1973865. OLE color: 1973865.

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

Color convert

RGB1053030-
CMYK00.710.710.59
HSL55.56%26.47%-
HSV(B)71.43%41.18%-
XYZ6.524.031.66-
YUV52.42115.35165.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.64%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 30 (12.11% from 255) = 18.18%
R=63.64%
G=18.18%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105303000.710.710.59055.5626.47
Hex691E1E047473B0381a
Octal151363601071077307032
Binary11010011111011110010001111000111111011011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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