Html Css Color HEX #693A58 Finn

📋 copy color: '#693A58'

red 105 ◦ green 58 ◦ blue 88

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

Shades of Finn #693A58

Tints of Finn #693A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.06%

R = 41.83%
G = 23.11%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#693A58 (or 0x693A58) is known color: Finn. HEX triplet: 69, 3A and 58. RGB value is (105,58,88). Sum of RGB (Red+Green+Blue) = 105+58+88=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 105 - color contains mainly: red. Hex color #693A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693A58 is #96C5A7. Grayscale: #4B4B4B. Windows color (decimal): -9881000 or 5782121. OLE color: 5782121.

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

Color convert

RGB 105 58 88 -
CMYK 0 0.45 0.16 0.59
HSL 321.7º 0.29% 0.32% -
HSV(B) 321.7º 0.45% 0.41% -
XYZ 9.1 6.73 10.05 -
YUV 75.47 135.07 149.06 -
System Red Green Blue C M Y K H S L
Decimal 105 58 88 0 0.45 0.16 0.59 321.7 0.29 0.32
Hex 69 3A 58 0 2D 10 3B 142 1D 20
Octal 151 72 130 0 55 20 73 502 35 40
Binary 1101001 111010 1011000 0 101101 10000 111011 101000010 11101 100000

Color Harmonies of #693A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693A58

Black with #693A58

Text Example


Text Example

White with #693A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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