Html Css Color HEX #695159 Finn

📋 copy color: '#695159'

red 105 ◦ green 81 ◦ blue 89

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

Shades of Finn #695159

Tints of Finn #695159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.45%

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

R = 38.18%
G = 29.45%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#695159 (or 0x695159) is known color: Finn. HEX triplet: 69, 51 and 59. RGB value is (105,81,89). Sum of RGB (Red+Green+Blue) = 105+81+89=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 81 (32.03% from 255 or 29.45% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #695159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695159 is #96AEA6. Grayscale: #595959. Windows color (decimal): -9875111 or 5853545. OLE color: 5853545.

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

Color convert

RGB 105 81 89 -
CMYK 0 0.23 0.15 0.59
HSL 340º 0.13% 0.36% -
HSV(B) 340º 0.23% 0.41% -
XYZ 10.57 9.61 10.75 -
YUV 89.09 127.95 139.35 -
System Red Green Blue C M Y K H S L
Decimal 105 81 89 0 0.23 0.15 0.59 340 0.13 0.36
Hex 69 51 59 0 17 F 3B 154 D 24
Octal 151 121 131 0 27 17 73 524 15 44
Binary 1101001 1010001 1011001 0 10111 1111 111011 101010100 1101 100100

Color Harmonies of #695159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695159

Black with #695159

Text Example


Text Example

White with #695159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695159; }

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

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

background-color css

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

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

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

border-color css

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

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

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