#61766F

Color #61766F Cutty Sark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cutty Sark #61766F

Tints of Cutty Sark #61766F

Color information

#61766F (or 0x61766F) is unknown color: approx 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

RGB97118111-
CMYK0.1800.060.54
HSL160º9.77%42.16%-
HSV(B)160º17.8%46.27%-
XYZ14.2816.6517.5-
YUV110.92128.04118.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 118 (46.48% from 255) = 36.20%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=29.75%
G=36.20%
B=34.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal971181110.1800.060.541609.7742.16
Hex61766F120636a0a2a
Octal1411661572206662401252
Binary110000111101101101111100100110110110101000001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>