#65847C

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

Shades of Cutty Sark #65847C

Tints of Cutty Sark #65847C

Color information

#65847C (or 0x65847C) is unknown color: approx Cutty Sark. HEX triplet: 65, 84 and 7C. RGB value is (101,132,124). Sum of RGB (Red+Green+Blue) = 101+132+124=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #65847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65847C is #9A7B83. Grayscale: #797979. Windows color (decimal): -10124164 or 8160357. OLE color: 8160357.

HSL color Cylindrical-coordinate representation of color #65847C: hue angle of 164.52º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65847C is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB101132124-
CMYK0.2300.060.48
HSL164.52º13.3%45.69%-
HSV(B)164.52º23.48%51.76%-
XYZ17.2620.7222.16-
YUV121.82129.23113.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 124 (48.83% from 255) = 34.73%
R=28.29%
G=36.97%
B=34.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011321240.2300.060.48164.5213.345.69
Hex65847C170630a5d2e
Octal1452041742706602451556
Binary1100101100001001111100101110110110000101001011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65847C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65847C; }

 p { color: rgb(101,132,124); }

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

<style>
 a { background-color: #65847C; }

 a { background-color: rgb(101,132,124); }

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

<style>
 span { border-color: #65847C; }

 span { border-color: rgb(101,132,124); }

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