Html Css Color HEX #695057 Finn

📋 copy color: '#695057'

red 105 ◦ green 80 ◦ blue 87

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

Shades of Finn #695057

Tints of Finn #695057

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.41%

 BLUE value IS 87 (34.38% from 255) = 31.99%

R = 38.6%
G = 29.41%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#695057 (or 0x695057) is known color: Finn. HEX triplet: 69, 50 and 57. RGB value is (105,80,87). Sum of RGB (Red+Green+Blue) = 105+80+87=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #695057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695057 is #96AFA8. Grayscale: #585858. Windows color (decimal): -9875369 or 5722217. OLE color: 5722217.

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

Color convert

RGB 105 80 87 -
CMYK 0 0.24 0.17 0.59
HSL 343.2º 0.14% 0.36% -
HSV(B) 343.2º 0.24% 0.41% -
XYZ 10.41 9.43 10.29 -
YUV 88.27 127.28 139.93 -
System Red Green Blue C M Y K H S L
Decimal 105 80 87 0 0.24 0.17 0.59 343.2 0.14 0.36
Hex 69 50 57 0 18 11 3B 157 E 24
Octal 151 120 127 0 30 21 73 527 16 44
Binary 1101001 1010000 1010111 0 11000 10001 111011 101010111 1110 100100

Color Harmonies of #695057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695057

Black with #695057

Text Example


Text Example

White with #695057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695057; }

 p { color: rgb(105,80,87); }

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

background-color css

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

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

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

border-color css

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

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

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