Html Css Color HEX #693853 Finn

📋 copy color: '#693853'

red 105 ◦ green 56 ◦ blue 83

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

Shades of Finn #693853

Tints of Finn #693853

RGB

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

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

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

R = 43.03%
G = 22.95%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#693853 (or 0x693853) is known color: Finn. HEX triplet: 69, 38 and 53. RGB value is (105,56,83). Sum of RGB (Red+Green+Blue) = 105+56+83=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #693853 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693853 is #96C7AC. Grayscale: #494949. Windows color (decimal): -9881517 or 5453929. OLE color: 5453929.

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

Color convert

RGB 105 56 83 -
CMYK 0 0.47 0.21 0.59
HSL 326.94º 0.3% 0.32% -
HSV(B) 326.94º 0.47% 0.41% -
XYZ 8.8 6.46 8.97 -
YUV 73.73 133.23 150.3 -
System Red Green Blue C M Y K H S L
Decimal 105 56 83 0 0.47 0.21 0.59 326.94 0.3 0.32
Hex 69 38 53 0 2F 15 3B 147 1E 20
Octal 151 70 123 0 57 25 73 507 36 40
Binary 1101001 111000 1010011 0 101111 10101 111011 101000111 11110 100000

Color Harmonies of #693853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693853

Black with #693853

Text Example


Text Example

White with #693853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693853; }

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

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

background-color css

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

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

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

border-color css

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

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

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