Html Css Color HEX #693755 Finn

📋 copy color: '#693755'

red 105 ◦ green 55 ◦ blue 85

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

Shades of Finn #693755

Tints of Finn #693755

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.45%

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

R = 42.86%
G = 22.45%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#693755 (or 0x693755) is known color: Finn. HEX triplet: 69, 37 and 55. RGB value is (105,55,85). Sum of RGB (Red+Green+Blue) = 105+55+85=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #693755 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693755 is #96C8AA. Grayscale: #494949. Windows color (decimal): -9881771 or 5584745. OLE color: 5584745.

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

Color convert

RGB 105 55 85 -
CMYK 0 0.48 0.19 0.59
HSL 324º 0.31% 0.31% -
HSV(B) 324º 0.48% 0.41% -
XYZ 8.83 6.39 9.36 -
YUV 73.37 134.57 150.56 -
System Red Green Blue C M Y K H S L
Decimal 105 55 85 0 0.48 0.19 0.59 324 0.31 0.31
Hex 69 37 55 0 30 13 3B 144 1F 1F
Octal 151 67 125 0 60 23 73 504 37 37
Binary 1101001 110111 1010101 0 110000 10011 111011 101000100 11111 11111

Color Harmonies of #693755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693755

Black with #693755

Text Example


Text Example

White with #693755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693755; }

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

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

background-color css

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

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

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

border-color css

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

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

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