Html Css Color HEX #61776E Cutty Sark

📋 copy color: '#61776E'

red 97 ◦ green 119 ◦ blue 110

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

Shades of Cutty Sark #61776E

Tints of Cutty Sark #61776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.5%

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

R = 29.75%
G = 36.5%
B = 33.74%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#61776E (or 0x61776E) is known color: Cutty Sark. HEX triplet: 61, 77 and 6E. RGB value is (97,119,110). Sum of RGB (Red+Green+Blue) = 97+119+110=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 119 - color contains mainly: green. Hex color #61776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61776E is #9E8891. Grayscale: #6F6F6F. Windows color (decimal): -10389650 or 7239521. OLE color: 7239521.

HSL color Cylindrical-coordinate representation of color #61776E: hue angle of 155.45º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #61776E is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 119 110 -
CMYK 0.18 0 0.08 0.53
HSL 155.45º 0.1% 0.42% -
HSV(B) 155.45º 0.18% 0.47% -
XYZ 14.34 16.86 17.25 -
YUV 111.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 97 119 110 0.18 0 0.08 0.53 155.45 0.1 0.42
Hex 61 77 6E 12 0 8 35 9B A 2A
Octal 141 167 156 22 0 10 65 233 12 52
Binary 1100001 1110111 1101110 10010 0 1000 110101 10011011 1010 101010

Color Harmonies of #61776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61776E

Black with #61776E

Text Example


Text Example

White with #61776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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