Html Css Color HEX #693855 Finn

📋 copy color: '#693855'

red 105 ◦ green 56 ◦ blue 85

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

Shades of Finn #693855

Tints of Finn #693855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.76%

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

R = 42.68%
G = 22.76%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#693855 (or 0x693855) is known color: Finn. HEX triplet: 69, 38 and 55. RGB value is (105,56,85). Sum of RGB (Red+Green+Blue) = 105+56+85=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #693855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693855 is #96C7AA. Grayscale: #494949. Windows color (decimal): -9881515 or 5585001. OLE color: 5585001.

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

Color convert

RGB 105 56 85 -
CMYK 0 0.47 0.19 0.59
HSL 324.49º 0.3% 0.32% -
HSV(B) 324.49º 0.47% 0.41% -
XYZ 8.88 6.49 9.38 -
YUV 73.96 134.23 150.14 -
System Red Green Blue C M Y K H S L
Decimal 105 56 85 0 0.47 0.19 0.59 324.49 0.3 0.32
Hex 69 38 55 0 2F 13 3B 144 1E 20
Octal 151 70 125 0 57 23 73 504 36 40
Binary 1101001 111000 1010101 0 101111 10011 111011 101000100 11110 100000

Color Harmonies of #693855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693855

Black with #693855

Text Example


Text Example

White with #693855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693855; }

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

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

background-color css

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

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

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

border-color css

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

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

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