#63756F

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

Shades of Cutty Sark #63756F

Tints of Cutty Sark #63756F

Color information

#63756F (or 0x63756F) is unknown color: approx Cutty Sark. HEX triplet: 63, 75 and 6F. RGB value is (99,117,111). Sum of RGB (Red+Green+Blue) = 99+117+111=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 117 (46.09% from 255 or 35.78% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 117 - color contains mainly: green. Hex color #63756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63756F is #9C8A90. Grayscale: #6E6E6E. Windows color (decimal): -10259089 or 7304547. OLE color: 7304547.

HSL color Cylindrical-coordinate representation of color #63756F: hue angle of 160º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #63756F is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB99117111-
CMYK0.1500.050.54
HSL160º8.33%42.35%-
HSV(B)160º15.38%45.88%-
XYZ14.3816.5217.47-
YUV110.93128.04119.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.28%
GREEN value IS 117 (46.09% from 255) = 35.78%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=30.28%
G=35.78%
B=33.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal991171110.1500.050.541608.3342.35
Hex63756FF0536a082a
Octal1431651571705662401052
Binary11000111110101110111111110101110110101000001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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