Html Css Color HEX #694D59 Finn

📋 copy color: '#694D59'

red 105 ◦ green 77 ◦ blue 89

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

Shades of Finn #694D59

Tints of Finn #694D59

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.41%

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

R = 38.75%
G = 28.41%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#694D59 (or 0x694D59) is known color: Finn. HEX triplet: 69, 4D and 59. RGB value is (105,77,89). Sum of RGB (Red+Green+Blue) = 105+77+89=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 105 - color contains mainly: red. Hex color #694D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694D59 is #96B2A6. Grayscale: #565656. Windows color (decimal): -9876135 or 5852521. OLE color: 5852521.

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

Color convert

RGB 105 77 89 -
CMYK 0 0.27 0.15 0.59
HSL 334.29º 0.15% 0.36% -
HSV(B) 334.29º 0.27% 0.41% -
XYZ 10.28 9.03 10.65 -
YUV 86.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 105 77 89 0 0.27 0.15 0.59 334.29 0.15 0.36
Hex 69 4D 59 0 1B F 3B 14E F 24
Octal 151 115 131 0 33 17 73 516 17 44
Binary 1101001 1001101 1011001 0 11011 1111 111011 101001110 1111 100100

Color Harmonies of #694D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694D59

Black with #694D59

Text Example


Text Example

White with #694D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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