Html Css Color HEX #693C57 Finn

📋 copy color: '#693C57'

red 105 ◦ green 60 ◦ blue 87

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

Shades of Finn #693C57

Tints of Finn #693C57

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.81%

 BLUE value IS 87 (34.38% from 255) = 34.52%

R = 41.67%
G = 23.81%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#693C57 (or 0x693C57) is known color: Finn. HEX triplet: 69, 3C and 57. RGB value is (105,60,87). Sum of RGB (Red+Green+Blue) = 105+60+87=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 105 - color contains mainly: red. Hex color #693C57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C57 is #96C3A8. Grayscale: #4C4C4C. Windows color (decimal): -9880489 or 5717097. OLE color: 5717097.

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

Color convert

RGB 105 60 87 -
CMYK 0 0.43 0.17 0.59
HSL 324º 0.27% 0.32% -
HSV(B) 324º 0.43% 0.41% -
XYZ 9.16 6.92 9.87 -
YUV 76.53 133.91 148.3 -
System Red Green Blue C M Y K H S L
Decimal 105 60 87 0 0.43 0.17 0.59 324 0.27 0.32
Hex 69 3C 57 0 2B 11 3B 144 1B 20
Octal 151 74 127 0 53 21 73 504 33 40
Binary 1101001 111100 1010111 0 101011 10001 111011 101000100 11011 100000

Color Harmonies of #693C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C57

Black with #693C57

Text Example


Text Example

White with #693C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693C57; }

 p { color: rgb(105,60,87); }

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

background-color css

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

 a { background-color: rgb(105,60,87); }

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

border-color css

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

 span { border-color: rgb(105,60,87); }

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