Html Css Color HEX #693954 Finn

📋 copy color: '#693954'

red 105 ◦ green 57 ◦ blue 84

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

Shades of Finn #693954

Tints of Finn #693954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.17%

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

R = 42.68%
G = 23.17%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#693954 (or 0x693954) is known color: Finn. HEX triplet: 69, 39 and 54. RGB value is (105,57,84). Sum of RGB (Red+Green+Blue) = 105+57+84=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #693954 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693954 is #96C6AB. Grayscale: #4A4A4A. Windows color (decimal): -9881260 or 5519721. OLE color: 5519721.

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

Color convert

RGB 105 57 84 -
CMYK 0 0.46 0.20 0.59
HSL 326.25º 0.3% 0.32% -
HSV(B) 326.25º 0.46% 0.41% -
XYZ 8.89 6.57 9.19 -
YUV 74.43 133.4 149.8 -
System Red Green Blue C M Y K H S L
Decimal 105 57 84 0 0.46 0.20 0.59 326.25 0.3 0.32
Hex 69 39 54 0 2E 14 3B 146 1E 20
Octal 151 71 124 0 56 24 73 506 36 40
Binary 1101001 111001 1010100 0 101110 10100 111011 101000110 11110 100000

Color Harmonies of #693954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693954

Black with #693954

Text Example


Text Example

White with #693954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693954; }

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

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

background-color css

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

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

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

border-color css

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

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

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