Html Css Color HEX #693453 Finn

📋 copy color: '#693453'

red 105 ◦ green 52 ◦ blue 83

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

Shades of Finn #693453

Tints of Finn #693453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.67%

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

R = 43.75%
G = 21.67%
B = 34.58%

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

#693453 (or 0x693453) is known color: Finn. HEX triplet: 69, 34 and 53. RGB value is (105,52,83). Sum of RGB (Red+Green+Blue) = 105+52+83=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #693453 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693453 is #96CBAC. Grayscale: #474747. Windows color (decimal): -9882541 or 5452905. OLE color: 5452905.

HSL color Cylindrical-coordinate representation of color #693453: hue angle of 324.91º degrees, saturation: 0.34, 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 #693453 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 52 83 -
CMYK 0 0.50 0.21 0.59
HSL 324.91º 0.34% 0.31% -
HSV(B) 324.91º 0.5% 0.41% -
XYZ 8.62 6.08 8.9 -
YUV 71.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 105 52 83 0 0.50 0.21 0.59 324.91 0.34 0.31
Hex 69 34 53 0 32 15 3B 145 22 1F
Octal 151 64 123 0 62 25 73 505 42 37
Binary 1101001 110100 1010011 0 110010 10101 111011 101000101 100010 11111

Color Harmonies of #693453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693453

Black with #693453

Text Example


Text Example

White with #693453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693453; }

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

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

background-color css

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

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

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

border-color css

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

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

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