Html Css Color HEX #61746E Cutty Sark

📋 copy color: '#61746E'

red 97 ◦ green 116 ◦ blue 110

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

Shades of Cutty Sark #61746E

Tints of Cutty Sark #61746E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.06%

R = 30.03%
G = 35.91%
B = 34.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#61746E (or 0x61746E) is known color: Cutty Sark. HEX triplet: 61, 74 and 6E. RGB value is (97,116,110). Sum of RGB (Red+Green+Blue) = 97+116+110=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 116 - color contains mainly: green. Hex color #61746E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61746E is #9E8B91. Grayscale: #6D6D6D. Windows color (decimal): -10390418 or 7238753. OLE color: 7238753.

HSL color Cylindrical-coordinate representation of color #61746E: hue angle of 161.05º 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 #61746E is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 116 110 -
CMYK 0.16 0 0.05 0.55
HSL 161.05º 0.09% 0.42% -
HSV(B) 161.05º 0.16% 0.45% -
XYZ 13.99 16.16 17.13 -
YUV 109.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 97 116 110 0.16 0 0.05 0.55 161.05 0.09 0.42
Hex 61 74 6E 10 0 5 37 A1 9 2A
Octal 141 164 156 20 0 5 67 241 11 52
Binary 1100001 1110100 1101110 10000 0 101 110111 10100001 1001 101010

Color Harmonies of #61746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61746E

Black with #61746E

Text Example


Text Example

White with #61746E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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