Html Css Color HEX #694C5D Finn

📋 copy color: '#694C5D'

red 105 ◦ green 76 ◦ blue 93

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

Shades of Finn #694C5D

Tints of Finn #694C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.74%

 BLUE value IS 93 (36.72% from 255) = 33.94%

R = 38.32%
G = 27.74%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#694C5D (or 0x694C5D) is known color: Finn. HEX triplet: 69, 4C and 5D. RGB value is (105,76,93). Sum of RGB (Red+Green+Blue) = 105+76+93=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #694C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694C5D is #96B3A2. Grayscale: #565656. Windows color (decimal): -9876387 or 6114409. OLE color: 6114409.

HSL color Cylindrical-coordinate representation of color #694C5D: hue angle of 324.83º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #694C5D is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 76 93 -
CMYK 0 0.28 0.11 0.59
HSL 324.83º 0.16% 0.35% -
HSV(B) 324.83º 0.28% 0.41% -
XYZ 10.39 8.96 11.54 -
YUV 86.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 105 76 93 0 0.28 0.11 0.59 324.83 0.16 0.35
Hex 69 4C 5D 0 1C B 3B 145 10 23
Octal 151 114 135 0 34 13 73 505 20 43
Binary 1101001 1001100 1011101 0 11100 1011 111011 101000101 10000 100011

Color Harmonies of #694C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694C5D

Black with #694C5D

Text Example


Text Example

White with #694C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,76,93); }

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

background-color css

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

 a { background-color: rgb(105,76,93); }

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

border-color css

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

 span { border-color: rgb(105,76,93); }

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