#694141

Color #694141 Sanguine Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sanguine Brown #694141

Tints of Sanguine Brown #694141

Color information

#694141 (or 0x694141) is unknown color: approx Sanguine Brown. HEX triplet: 69, 41 and 41. RGB value is (105,65,65). Sum of RGB (Red+Green+Blue) = 105+65+65=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #694141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694141 is #96BEBE. Grayscale: #4D4D4D. Windows color (decimal): -9879231 or 4276585. OLE color: 4276585.

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

Color convert

RGB1056565-
CMYK00.380.380.59
HSL23.53%33.33%-
HSV(B)38.1%41.18%-
XYZ8.677.175.93-
YUV76.96121.25148-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 65 (25.78% from 255) = 27.66%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=44.68%
G=27.66%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105656500.380.380.59023.5333.33
Hex694141026263B01821
Octal151101101046467303041
Binary1101001100000110000010100110100110111011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694141; }

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

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

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

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

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

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

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

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