Html Css Color HEX #61766F Cutty Sark

📋 copy color: '#61766F'

red 97 ◦ green 118 ◦ blue 111

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

Shades of Cutty Sark #61766F

Tints of Cutty Sark #61766F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 29.75%
G = 36.2%
B = 34.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#61766F (or 0x61766F) is known color: Cutty Sark. HEX triplet: 61, 76 and 6F. RGB value is (97,118,111). Sum of RGB (Red+Green+Blue) = 97+118+111=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 118 (46.48% from 255 or 36.20% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 118 - color contains mainly: green. Hex color #61766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61766F is #9E8990. Grayscale: #6E6E6E. Windows color (decimal): -10389905 or 7304801. OLE color: 7304801.

HSL color Cylindrical-coordinate representation of color #61766F: hue angle of 160º 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 #61766F is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 118 111 -
CMYK 0.18 0 0.06 0.54
HSL 160º 0.1% 0.42% -
HSV(B) 160º 0.18% 0.46% -
XYZ 14.28 16.65 17.5 -
YUV 110.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 97 118 111 0.18 0 0.06 0.54 160 0.1 0.42
Hex 61 76 6F 12 0 6 36 A0 A 2A
Octal 141 166 157 22 0 6 66 240 12 52
Binary 1100001 1110110 1101111 10010 0 110 110110 10100000 1010 101010

Color Harmonies of #61766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61766F

Black with #61766F

Text Example


Text Example

White with #61766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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