#63766F

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

Shades of Cutty Sark #63766F

Tints of Cutty Sark #63766F

Color information

#63766F (or 0x63766F) is unknown color: approx Cutty Sark. HEX triplet: 63, 76 and 6F. RGB value is (99,118,111). Sum of RGB (Red+Green+Blue) = 99+118+111=328 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.18% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 118 - color contains mainly: green. Hex color #63766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63766F is #9C8990. Grayscale: #6F6F6F. Windows color (decimal): -10258833 or 7304803. OLE color: 7304803.

HSL color Cylindrical-coordinate representation of color #63766F: hue angle of 157.89º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #63766F is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB99118111-
CMYK0.1600.060.54
HSL157.89º8.76%42.55%-
HSV(B)157.89º16.1%46.27%-
XYZ14.4916.7617.51-
YUV111.52127.71119.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.18%
GREEN value IS 118 (46.48% from 255) = 35.98%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=30.18%
G=35.98%
B=33.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal991181110.1600.060.54157.898.7642.55
Hex63766F1006369e92b
Octal1431661572006662361153
Binary110001111101101101111100000110110110100111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63766F;
 }
 .AnyTagClassName
 {
   color: #63766F;
 }
</style>
background-color css

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

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

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

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

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

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