Html Css Color HEX #694955 Finn

📋 copy color: '#694955'

red 105 ◦ green 73 ◦ blue 85

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

Shades of Finn #694955

Tints of Finn #694955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.76%

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 39.92%
G = 27.76%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#694955 (or 0x694955) is known color: Finn. HEX triplet: 69, 49 and 55. RGB value is (105,73,85). Sum of RGB (Red+Green+Blue) = 105+73+85=263 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.92% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 105 - color contains mainly: red. Hex color #694955 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694955 is #96B6AA. Grayscale: #535353. Windows color (decimal): -9877163 or 5589353. OLE color: 5589353.

HSL color Cylindrical-coordinate representation of color #694955: hue angle of 337.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #694955 is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 73 85 -
CMYK 0 0.30 0.19 0.59
HSL 337.5º 0.18% 0.35% -
HSV(B) 337.5º 0.3% 0.41% -
XYZ 9.85 8.42 9.7 -
YUV 83.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 105 73 85 0 0.30 0.19 0.59 337.5 0.18 0.35
Hex 69 49 55 0 1E 13 3B 152 12 23
Octal 151 111 125 0 36 23 73 522 22 43
Binary 1101001 1001001 1010101 0 11110 10011 111011 101010010 10010 100011

Color Harmonies of #694955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694955

Black with #694955

Text Example


Text Example

White with #694955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694955; }

 p { color: rgb(105,73,85); }

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

background-color css

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

 a { background-color: rgb(105,73,85); }

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

border-color css

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

 span { border-color: rgb(105,73,85); }

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