#63847A

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

Shades of Cutty Sark #63847A

Tints of Cutty Sark #63847A

Color information

#63847A (or 0x63847A) is unknown color: approx Cutty Sark. HEX triplet: 63, 84 and 7A. RGB value is (99,132,122). Sum of RGB (Red+Green+Blue) = 99+132+122=353 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.05% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #63847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63847A is #9C7B85. Grayscale: #797979. Windows color (decimal): -10255238 or 8029283. OLE color: 8029283.

HSL color Cylindrical-coordinate representation of color #63847A: hue angle of 161.82º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63847A is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB99132122-
CMYK0.2500.080.48
HSL161.82º14.29%45.29%-
HSV(B)161.82º25%51.76%-
XYZ16.9120.5621.49-
YUV120.99128.57112.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 28.05%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=28.05%
G=37.39%
B=34.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal991321220.2500.080.48161.8214.2945.29
Hex63847A190830a2e2d
Octal14320417231010602421655
Binary11000111000010011110101100101000110000101000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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