Html Css Color HEX #693A4F Finn

📋 copy color: '#693A4F'

red 105 ◦ green 58 ◦ blue 79

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

Shades of Finn #693A4F

Tints of Finn #693A4F

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.97%

 BLUE value IS 79 (31.25% from 255) = 32.64%

R = 43.39%
G = 23.97%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#693A4F (or 0x693A4F) is known color: Finn. HEX triplet: 69, 3A and 4F. RGB value is (105,58,79). Sum of RGB (Red+Green+Blue) = 105+58+79=242 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.39% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 105 - color contains mainly: red. Hex color #693A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A4F is #96C5B0. Grayscale: #4A4A4A. Windows color (decimal): -9881009 or 5192297. OLE color: 5192297.

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

Color convert

RGB 105 58 79 -
CMYK 0 0.45 0.25 0.59
HSL 333.19º 0.29% 0.32% -
HSV(B) 333.19º 0.45% 0.41% -
XYZ 8.75 6.59 8.21 -
YUV 74.45 130.57 149.79 -
System Red Green Blue C M Y K H S L
Decimal 105 58 79 0 0.45 0.25 0.59 333.19 0.29 0.32
Hex 69 3A 4F 0 2D 19 3B 14D 1D 20
Octal 151 72 117 0 55 31 73 515 35 40
Binary 1101001 111010 1001111 0 101101 11001 111011 101001101 11101 100000

Color Harmonies of #693A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A4F

Black with #693A4F

Text Example


Text Example

White with #693A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,58,79); }

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

background-color css

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

 a { background-color: rgb(105,58,79); }

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

border-color css

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

 span { border-color: rgb(105,58,79); }

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