Html Css Color HEX #61746D Cutty Sark

📋 copy color: '#61746D'

red 97 ◦ green 116 ◦ blue 109

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

Shades of Cutty Sark #61746D

Tints of Cutty Sark #61746D

RGB

 RED value IS 97 (38.28% from 255) = 30.12%

 GREEN value IS 116 (45.7% from 255) = 36.02%

 BLUE value IS 109 (42.97% from 255) = 33.85%

R = 30.12%
G = 36.02%
B = 33.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#61746D (or 0x61746D) is known color: Cutty Sark. HEX triplet: 61, 74 and 6D. RGB value is (97,116,109). Sum of RGB (Red+Green+Blue) = 97+116+109=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 116 - color contains mainly: green. Hex color #61746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61746D is #9E8B92. Grayscale: #6D6D6D. Windows color (decimal): -10390419 or 7173217. OLE color: 7173217.

HSL color Cylindrical-coordinate representation of color #61746D: hue angle of 157.89º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #61746D is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 116 109 -
CMYK 0.16 0 0.06 0.55
HSL 157.89º 0.09% 0.42% -
HSV(B) 157.89º 0.16% 0.45% -
XYZ 13.94 16.14 16.85 -
YUV 109.52 127.71 119.07 -
System Red Green Blue C M Y K H S L
Decimal 97 116 109 0.16 0 0.06 0.55 157.89 0.09 0.42
Hex 61 74 6D 10 0 6 37 9E 9 2A
Octal 141 164 155 20 0 6 67 236 11 52
Binary 1100001 1110100 1101101 10000 0 110 110111 10011110 1001 101010

Color Harmonies of #61746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61746D

Black with #61746D

Text Example


Text Example

White with #61746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61746D; }

 p { color: rgb(97,116,109); }

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

background-color css

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

 a { background-color: rgb(97,116,109); }

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

border-color css

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

 span { border-color: rgb(97,116,109); }

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