#63867A

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

Shades of Cutty Sark #63867A

Tints of Cutty Sark #63867A

Color information

#63867A (or 0x63867A) is unknown color: approx Cutty Sark. HEX triplet: 63, 86 and 7A. RGB value is (99,134,122). Sum of RGB (Red+Green+Blue) = 99+134+122=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #63867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63867A is #9C7985. Grayscale: #7A7A7A. Windows color (decimal): -10254726 or 8029795. OLE color: 8029795.

HSL color Cylindrical-coordinate representation of color #63867A: hue angle of 159.43º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63867A is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB99134122-
CMYK0.2600.090.47
HSL159.43º15.02%45.69%-
HSV(B)159.43º26.12%52.55%-
XYZ17.1821.1121.58-
YUV122.17127.9111.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.89%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=27.89%
G=37.75%
B=34.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341220.2600.090.47159.4315.0245.69
Hex63867A1A092F9ff2e
Octal14320617232011572371756
Binary11000111000011011110101101001001101111100111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63867A; }

 p { color: rgb(99,134,122); }

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

<style>
 a { background-color: #63867A; }

 a { background-color: rgb(99,134,122); }

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

<style>
 span { border-color: #63867A; }

 span { border-color: rgb(99,134,122); }

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