Html Css Color HEX #694150 Finn

📋 copy color: '#694150'

red 105 ◦ green 65 ◦ blue 80

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

Shades of Finn #694150

Tints of Finn #694150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26%

 BLUE value IS 80 (31.64% from 255) = 32%

R = 42%
G = 26%
B = 32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#694150 (or 0x694150) is known color: Finn. HEX triplet: 69, 41 and 50. RGB value is (105,65,80). Sum of RGB (Red+Green+Blue) = 105+65+80=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #694150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #694150 is #96BEAF. Grayscale: #4E4E4E. Windows color (decimal): -9879216 or 5259625. OLE color: 5259625.

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

Color convert

RGB 105 65 80 -
CMYK 0 0.38 0.24 0.59
HSL 337.5º 0.24% 0.33% -
HSV(B) 337.5º 0.38% 0.41% -
XYZ 9.16 7.36 8.53 -
YUV 78.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 105 65 80 0 0.38 0.24 0.59 337.5 0.24 0.33
Hex 69 41 50 0 26 18 3B 152 18 21
Octal 151 101 120 0 46 30 73 522 30 41
Binary 1101001 1000001 1010000 0 100110 11000 111011 101010010 11000 100001

Color Harmonies of #694150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694150

Black with #694150

Text Example


Text Example

White with #694150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694150; }

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

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

background-color css

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

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

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

border-color css

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

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

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