Html Css Color HEX #693D5A Finn

📋 copy color: '#693D5A'

red 105 ◦ green 61 ◦ blue 90

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

Shades of Finn #693D5A

Tints of Finn #693D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.83%

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 41.02%
G = 23.83%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#693D5A (or 0x693D5A) is known color: Finn. HEX triplet: 69, 3D and 5A. RGB value is (105,61,90). Sum of RGB (Red+Green+Blue) = 105+61+90=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #693D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693D5A is #96C2A5. Grayscale: #4D4D4D. Windows color (decimal): -9880230 or 5913961. OLE color: 5913961.

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

Color convert

RGB 105 61 90 -
CMYK 0 0.42 0.14 0.59
HSL 320.45º 0.27% 0.33% -
HSV(B) 320.45º 0.42% 0.41% -
XYZ 9.34 7.08 10.55 -
YUV 77.46 135.08 147.64 -
System Red Green Blue C M Y K H S L
Decimal 105 61 90 0 0.42 0.14 0.59 320.45 0.27 0.33
Hex 69 3D 5A 0 2A E 3B 140 1B 21
Octal 151 75 132 0 52 16 73 500 33 41
Binary 1101001 111101 1011010 0 101010 1110 111011 101000000 11011 100001

Color Harmonies of #693D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D5A

Black with #693D5A

Text Example


Text Example

White with #693D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,61,90); }

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

background-color css

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

 a { background-color: rgb(105,61,90); }

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

border-color css

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

 span { border-color: rgb(105,61,90); }

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