#64827A

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

Shades of Cutty Sark #64827A

Tints of Cutty Sark #64827A

Color information

#64827A (or 0x64827A) is unknown color: approx Cutty Sark. HEX triplet: 64, 82 and 7A. RGB value is (100,130,122). Sum of RGB (Red+Green+Blue) = 100+130+122=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #64827A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64827A is #9B7D85. Grayscale: #787878. Windows color (decimal): -10190214 or 8028772. OLE color: 8028772.

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

Color convert

RGB100130122-
CMYK0.2300.060.49
HSL164º13.04%45.1%-
HSV(B)164º23.08%50.98%-
XYZ16.7520.0821.41-
YUV120.12129.06113.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.41%
GREEN value IS 130 (51.17% from 255) = 36.93%
BLUE value IS 122 (48.05% from 255) = 34.66%
R=28.41%
G=36.93%
B=34.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001301220.2300.060.4916413.0445.1
Hex64827A170631a4d2d
Octal1442021722706612441555
Binary1100100100000101111010101110110110001101001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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