Html Css Color HEX #61766E Cutty Sark

📋 copy color: '#61766E'

red 97 ◦ green 118 ◦ blue 110

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

Shades of Cutty Sark #61766E

Tints of Cutty Sark #61766E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.31%

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

R = 29.85%
G = 36.31%
B = 33.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#61766E (or 0x61766E) is known color: Cutty Sark. HEX triplet: 61, 76 and 6E. RGB value is (97,118,110). Sum of RGB (Red+Green+Blue) = 97+118+110=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 118 - color contains mainly: green. Hex color #61766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61766E is #9E8991. Grayscale: #6E6E6E. Windows color (decimal): -10389906 or 7239265. OLE color: 7239265.

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

Color convert

RGB 97 118 110 -
CMYK 0.18 0 0.07 0.54
HSL 157.14º 0.1% 0.42% -
HSV(B) 157.14º 0.18% 0.46% -
XYZ 14.22 16.62 17.21 -
YUV 110.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 97 118 110 0.18 0 0.07 0.54 157.14 0.1 0.42
Hex 61 76 6E 12 0 7 36 9D A 2A
Octal 141 166 156 22 0 7 66 235 12 52
Binary 1100001 1110110 1101110 10010 0 111 110110 10011101 1010 101010

Color Harmonies of #61766E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61766E

Black with #61766E

Text Example


Text Example

White with #61766E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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