Html Css Color HEX #693355 Finn

📋 copy color: '#693355'

red 105 ◦ green 51 ◦ blue 85

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

Shades of Finn #693355

Tints of Finn #693355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.16%

 BLUE value IS 85 (33.59% from 255) = 35.27%

R = 43.57%
G = 21.16%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#693355 (or 0x693355) is known color: Finn. HEX triplet: 69, 33 and 55. RGB value is (105,51,85). Sum of RGB (Red+Green+Blue) = 105+51+85=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #693355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693355 is #96CCAA. Grayscale: #464646. Windows color (decimal): -9882795 or 5583721. OLE color: 5583721.

HSL color Cylindrical-coordinate representation of color #693355: hue angle of 322.22º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #693355 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 51 85 -
CMYK 0 0.51 0.19 0.59
HSL 322.22º 0.35% 0.31% -
HSV(B) 322.22º 0.51% 0.41% -
XYZ 8.65 6.03 9.3 -
YUV 71.02 135.89 152.24 -
System Red Green Blue C M Y K H S L
Decimal 105 51 85 0 0.51 0.19 0.59 322.22 0.35 0.31
Hex 69 33 55 0 33 13 3B 142 23 1F
Octal 151 63 125 0 63 23 73 502 43 37
Binary 1101001 110011 1010101 0 110011 10011 111011 101000010 100011 11111

Color Harmonies of #693355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693355

Black with #693355

Text Example


Text Example

White with #693355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693355; }

 p { color: rgb(105,51,85); }

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

background-color css

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

 a { background-color: rgb(105,51,85); }

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

border-color css

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

 span { border-color: rgb(105,51,85); }

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