#691E1D

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

Shades of Red Oxide #691E1D

Tints of Red Oxide #691E1D

Color information

#691E1D (or 0x691E1D) is unknown color: approx Red Oxide. HEX triplet: 69, 1E and 1D. RGB value is (105,30,29). Sum of RGB (Red+Green+Blue) = 105+30+29=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 30 (12.11% from 255 or 18.29% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #691E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E1D is #96E1E2. Grayscale: #343434. Windows color (decimal): -9888227 or 1908329. OLE color: 1908329.

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

Color convert

RGB1053029-
CMYK00.710.720.59
HSL0.79º56.72%26.27%-
HSV(B)0.79º72.38%41.18%-
XYZ6.514.021.6-
YUV52.31114.85165.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.02%
GREEN value IS 30 (12.11% from 255) = 18.29%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=64.02%
G=18.29%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105302900.710.720.590.7956.7226.27
Hex691E1D047483B1391a
Octal151363501071107317132
Binary11010011111011101010001111001000111011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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