Html Css Color HEX #693553 Finn

📋 copy color: '#693553'

red 105 ◦ green 53 ◦ blue 83

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

Shades of Finn #693553

Tints of Finn #693553

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.99%

 BLUE value IS 83 (32.81% from 255) = 34.44%

R = 43.57%
G = 21.99%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#693553 (or 0x693553) is known color: Finn. HEX triplet: 69, 35 and 53. RGB value is (105,53,83). Sum of RGB (Red+Green+Blue) = 105+53+83=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 83 (32.81% from 255 or 34.44% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #693553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693553 is #96CAAC. Grayscale: #474747. Windows color (decimal): -9882285 or 5453161. OLE color: 5453161.

HSL color Cylindrical-coordinate representation of color #693553: hue angle of 325.38º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693553 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 53 83 -
CMYK 0 0.50 0.21 0.59
HSL 325.38º 0.33% 0.31% -
HSV(B) 325.38º 0.5% 0.41% -
XYZ 8.66 6.17 8.92 -
YUV 71.97 134.23 151.56 -
System Red Green Blue C M Y K H S L
Decimal 105 53 83 0 0.50 0.21 0.59 325.38 0.33 0.31
Hex 69 35 53 0 32 15 3B 145 21 1F
Octal 151 65 123 0 62 25 73 505 41 37
Binary 1101001 110101 1010011 0 110010 10101 111011 101000101 100001 11111

Color Harmonies of #693553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693553

Black with #693553

Text Example


Text Example

White with #693553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693553; }

 p { color: rgb(105,53,83); }

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

background-color css

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

 a { background-color: rgb(105,53,83); }

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

border-color css

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

 span { border-color: rgb(105,53,83); }

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