Html Css Color HEX #693A59 Finn

📋 copy color: '#693A59'

red 105 ◦ green 58 ◦ blue 89

#693A59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finn #693A59

Tints of Finn #693A59

RGB

 RED value IS 105 (41.41% from 255) = 41.67%

 GREEN value IS 58 (23.05% from 255) = 23.02%

 BLUE value IS 89 (35.16% from 255) = 35.32%

R = 41.67%
G = 23.02%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#693A59 (or 0x693A59) is known color: Finn. HEX triplet: 69, 3A and 59. RGB value is (105,58,89). Sum of RGB (Red+Green+Blue) = 105+58+89=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 89 (35.16% from 255 or 35.32% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #693A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A59 is #96C5A6. Grayscale: #4B4B4B. Windows color (decimal): -9880999 or 5847657. OLE color: 5847657.

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

Color convert

RGB 105 58 89 -
CMYK 0 0.45 0.15 0.59
HSL 320.43º 0.29% 0.32% -
HSV(B) 320.43º 0.45% 0.41% -
XYZ 9.14 6.75 10.27 -
YUV 75.59 135.57 148.98 -
System Red Green Blue C M Y K H S L
Decimal 105 58 89 0 0.45 0.15 0.59 320.43 0.29 0.32
Hex 69 3A 59 0 2D F 3B 140 1D 20
Octal 151 72 131 0 55 17 73 500 35 40
Binary 1101001 111010 1011001 0 101101 1111 111011 101000000 11101 100000

Color Harmonies of #693A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A59

Black with #693A59

Text Example


Text Example

White with #693A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,58,89); }

 H1.HeaderClassName
 {
   color: #693A59;
 }
 .AnyTagClassName
 {
   color: #693A59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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