Html Css Color HEX #694753 Finn

📋 copy color: '#694753'

red 105 ◦ green 71 ◦ blue 83

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

Shades of Finn #694753

Tints of Finn #694753

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.41%

 BLUE value IS 83 (32.81% from 255) = 32.05%

R = 40.54%
G = 27.41%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#694753 (or 0x694753) is known color: Finn. HEX triplet: 69, 47 and 53. RGB value is (105,71,83). Sum of RGB (Red+Green+Blue) = 105+71+83=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #694753 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694753 is #96B8AC. Grayscale: #525252. Windows color (decimal): -9877677 or 5457769. OLE color: 5457769.

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

Color convert

RGB 105 71 83 -
CMYK 0 0.32 0.21 0.59
HSL 338.82º 0.19% 0.35% -
HSV(B) 338.82º 0.32% 0.41% -
XYZ 9.64 8.13 9.25 -
YUV 82.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 105 71 83 0 0.32 0.21 0.59 338.82 0.19 0.35
Hex 69 47 53 0 20 15 3B 153 13 23
Octal 151 107 123 0 40 25 73 523 23 43
Binary 1101001 1000111 1010011 0 100000 10101 111011 101010011 10011 100011

Color Harmonies of #694753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694753

Black with #694753

Text Example


Text Example

White with #694753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694753; }

 p { color: rgb(105,71,83); }

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

background-color css

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

 a { background-color: rgb(105,71,83); }

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

border-color css

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

 span { border-color: rgb(105,71,83); }

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