Html Css Color HEX #693D56 Finn

📋 copy color: '#693D56'

red 105 ◦ green 61 ◦ blue 86

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

Shades of Finn #693D56

Tints of Finn #693D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.13%

R = 41.67%
G = 24.21%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#693D56 (or 0x693D56) is known color: Finn. HEX triplet: 69, 3D and 56. RGB value is (105,61,86). Sum of RGB (Red+Green+Blue) = 105+61+86=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #693D56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693D56 is #96C2A9. Grayscale: #4C4C4C. Windows color (decimal): -9880234 or 5651817. OLE color: 5651817.

HSL color Cylindrical-coordinate representation of color #693D56: hue angle of 325.91º 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 #693D56 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 61 86 -
CMYK 0 0.42 0.18 0.59
HSL 325.91º 0.27% 0.33% -
HSV(B) 325.91º 0.42% 0.41% -
XYZ 9.17 7.01 9.67 -
YUV 77.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 105 61 86 0 0.42 0.18 0.59 325.91 0.27 0.33
Hex 69 3D 56 0 2A 12 3B 146 1B 21
Octal 151 75 126 0 52 22 73 506 33 41
Binary 1101001 111101 1010110 0 101010 10010 111011 101000110 11011 100001

Color Harmonies of #693D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693D56

Black with #693D56

Text Example


Text Example

White with #693D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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