#65867A

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

Shades of Cutty Sark #65867A

Tints of Cutty Sark #65867A

Color information

#65867A (or 0x65867A) is unknown color: approx Cutty Sark. HEX triplet: 65, 86 and 7A. RGB value is (101,134,122). Sum of RGB (Red+Green+Blue) = 101+134+122=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #65867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65867A is #9A7985. Grayscale: #7A7A7A. Windows color (decimal): -10123654 or 8029797. OLE color: 8029797.

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

Color convert

RGB101134122-
CMYK0.2500.090.47
HSL158.18º14.04%46.08%-
HSV(B)158.18º24.63%52.55%-
XYZ17.421.2221.59-
YUV122.76127.57112.48-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 134 (52.73% from 255) = 37.54%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=28.29%
G=37.54%
B=34.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1011341220.2500.090.47158.1814.0446.08
Hex65867A19092F9ee2e
Octal14520617231011572361656
Binary11001011000011011110101100101001101111100111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65867A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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