Html Css Color HEX #693F54 Finn

📋 copy color: '#693F54'

red 105 ◦ green 63 ◦ blue 84

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

Shades of Finn #693F54

Tints of Finn #693F54

RGB

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

 GREEN value IS 63 (25% from 255) = 25%

 BLUE value IS 84 (33.2% from 255) = 33.33%

R = 41.67%
G = 25%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#693F54 (or 0x693F54) is known color: Finn. HEX triplet: 69, 3F and 54. RGB value is (105,63,84). Sum of RGB (Red+Green+Blue) = 105+63+84=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #693F54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F54 is #96C0AB. Grayscale: #4D4D4D. Windows color (decimal): -9879724 or 5521257. OLE color: 5521257.

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

Color convert

RGB 105 63 84 -
CMYK 0 0.4 0.20 0.59
HSL 330º 0.25% 0.33% -
HSV(B) 330º 0.4% 0.41% -
XYZ 9.2 7.2 9.29 -
YUV 77.95 131.41 147.29 -
System Red Green Blue C M Y K H S L
Decimal 105 63 84 0 0.4 0.20 0.59 330 0.25 0.33
Hex 69 3F 54 0 28 14 3B 14A 19 21
Octal 151 77 124 0 50 24 73 512 31 41
Binary 1101001 111111 1010100 0 101000 10100 111011 101001010 11001 100001

Color Harmonies of #693F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F54

Black with #693F54

Text Example


Text Example

White with #693F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693F54; }

 p { color: rgb(105,63,84); }

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

background-color css

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

 a { background-color: rgb(105,63,84); }

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

border-color css

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

 span { border-color: rgb(105,63,84); }

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