#693B58

Color #693B58 Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #693B58

Tints of Finn #693B58

Color information

#693B58 (or 0x693B58) is unknown color: approx Finn. HEX triplet: 69, 3B and 58. RGB value is (105,59,88). Sum of RGB (Red+Green+Blue) = 105+59+88=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 88 (34.77% from 255 or 34.92% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #693B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B58 is #96C4A7. Grayscale: #4B4B4B. Windows color (decimal): -9880744 or 5782377. OLE color: 5782377.

HSL color Cylindrical-coordinate representation of color #693B58: hue angle of 322.17º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #693B58 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB1055988-
CMYK00.440.160.59
HSL322.17º28.05%32.16%-
HSV(B)322.17º43.81%41.18%-
XYZ9.156.8410.07-
YUV76.06134.74148.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.67%
GREEN value IS 59 (23.44% from 255) = 23.41%
BLUE value IS 88 (34.77% from 255) = 34.92%
R=41.67%
G=23.41%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105598800.440.160.59322.1728.0532.16
Hex693B5802C103B1421c20
Octal1517313005420735023440
Binary1101001111011101100001011001000011101110100001011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693B58; }

 p { color: rgb(105,59,88); }

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

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

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

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

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

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

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