Html Css Color HEX #693E5B Finn

📋 copy color: '#693E5B'

red 105 ◦ green 62 ◦ blue 91

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

Shades of Finn #693E5B

Tints of Finn #693E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.03%

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 40.7%
G = 24.03%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#693E5B (or 0x693E5B) is known color: Finn. HEX triplet: 69, 3E and 5B. RGB value is (105,62,91). Sum of RGB (Red+Green+Blue) = 105+62+91=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #693E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693E5B is #96C1A4. Grayscale: #4E4E4E. Windows color (decimal): -9879973 or 5979753. OLE color: 5979753.

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

Color convert

RGB 105 62 91 -
CMYK 0 0.41 0.13 0.59
HSL 319.53º 0.26% 0.33% -
HSV(B) 319.53º 0.41% 0.41% -
XYZ 9.44 7.2 10.79 -
YUV 78.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 105 62 91 0 0.41 0.13 0.59 319.53 0.26 0.33
Hex 69 3E 5B 0 29 D 3B 140 1A 21
Octal 151 76 133 0 51 15 73 500 32 41
Binary 1101001 111110 1011011 0 101001 1101 111011 101000000 11010 100001

Color Harmonies of #693E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693E5B

Black with #693E5B

Text Example


Text Example

White with #693E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,62,91); }

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

background-color css

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

 a { background-color: rgb(105,62,91); }

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

border-color css

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

 span { border-color: rgb(105,62,91); }

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