#65827A

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

Shades of Cutty Sark #65827A

Tints of Cutty Sark #65827A

Color information

#65827A (or 0x65827A) is unknown color: approx Cutty Sark. HEX triplet: 65, 82 and 7A. RGB value is (101,130,122). Sum of RGB (Red+Green+Blue) = 101+130+122=353 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.61% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 130 - color contains mainly: green. Hex color #65827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65827A is #9A7D85. Grayscale: #787878. Windows color (decimal): -10124678 or 8028773. OLE color: 8028773.

HSL color Cylindrical-coordinate representation of color #65827A: hue angle of 163.45º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65827A is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB101130122-
CMYK0.2200.060.49
HSL163.45º12.55%45.29%-
HSV(B)163.45º22.31%50.98%-
XYZ16.8620.1421.41-
YUV120.42128.89114.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.61%
GREEN value IS 130 (51.17% from 255) = 36.83%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=28.61%
G=36.83%
B=34.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011301220.2200.060.49163.4512.5545.29
Hex65827A160631a3d2d
Octal1452021722606612431555
Binary1100101100000101111010101100110110001101000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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